Skip to content
Claude Desktop

GopherHole Agent Hub for Claude Desktop

io.github.helixdata/gopherhole

Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.

client:Claude Desktop transport:stdio runtime:npm

Install GopherHole Agent Hub in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gopherhole": {
      "command": "npx",
      "args": [
        "-y",
        "@gopherhole/mcp"
      ],
      "env": {
        "GOPHERHOLE_API_KEY": "<GOPHERHOLE_API_KEY>",
        "GOPHERHOLE_API_URL": "<GOPHERHOLE_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

GopherHole Agent Hub in other clients