GopherHole Agent Hub for Windsurf
io.github.helixdata/gopherhole
Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.
client:Windsurf
transport:stdio
runtime:npm
Install GopherHole Agent Hub in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<GOPHERHOLE_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs