PluginBench
MCP Server

io.github.whisper-sec/whisper MCP Server

io.github.whisper-sec/whisper

What is the io.github.whisper-sec/whisper MCP server?

Verify Whisper agent identities and look up RDAP for a routable /128 — keyless.

How to install io.github.whisper-sec/whisper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whisper": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whisper-sec/whisper:0.124.3",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whisper": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whisper-sec/whisper:0.124.3",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whisper": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whisper-sec/whisper:0.124.3",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whisper": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whisper-sec/whisper:0.124.3",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add whisper -- docker run -i --rm ghcr.io/whisper-sec/whisper:0.124.3 mcp

Related MCP servers

Query WhisperGraph: the internet's infrastructure & threat-intel graph (DNS, BGP, GeoIP, WHOIS).

View repository →