Odel
whisper cli

whisper cli

Local
@whisper-sec2GoMITUpdated 2w ago

Keyless: verify agent identities & RDAP for a /128. With a key: register, govern & egress agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/whisper-sec/whisper:0.210.1

Run

docker run -i --rm ghcr.io/whisper-sec/whisper:0.210.1

MCP client config

{
  "mcpServers": {
    "whisper-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whisper-sec/whisper:0.210.1"
      ]
    }
  }
}