GopherHole Agent Hub for Grok
io.github.helixdata/gopherhole
Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.
client:Grok
transport:stdio
runtime:npm
Install GopherHole Agent Hub in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gopherhole": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<GOPHERHOLE_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs