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
{
"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