WhisperGraph for Claude Desktop
io.github.whisper-sec/whisper-graph
The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls
client:Claude Desktop
transport:streamable-http
runtime:npm
Install WhisperGraph in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.whisper.security"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs