GopherHole Agent Hub for Gemini CLI
io.github.helixdata/gopherhole
Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.
client:Gemini CLI
transport:stdio
runtime:npm
Install GopherHole Agent Hub in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<GOPHERHOLE_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs