Skip to content
Cursor

GopherHole Agent Hub for Cursor

io.github.helixdata/gopherhole

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

client:Cursor transport:stdio runtime:npm

Install GopherHole Agent Hub in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GopherHole Agent Hub in other clients