← Index

GopherHole Agent Hub

io.github.helixdata/gopherhole·v0.7.7·Memory & RAG
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gopherhole": {
      "command": "npx",
      "args": [
        "-y",
        "@gopherhole/mcp"
      ],
      "env": {
        "GOPHERHOLE_API_KEY": "<your-gopherhole_api_key>",
        "GOPHERHOLE_API_URL": "https://hub.gopherhole.ai"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gopherhole": {
      "command": "npx",
      "args": [
        "-y",
        "@gopherhole/mcp"
      ],
      "env": {
        "GOPHERHOLE_API_KEY": "<your-gopherhole_api_key>",
        "GOPHERHOLE_API_URL": "https://hub.gopherhole.ai"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gopherhole/mcp
§02  Environment variables
GOPHERHOLE_API_KEY
requiredsecret

Your GopherHole API key (starts with gph_). Create one in the GopherHole dashboard at https://gopherhole.ai/agents.

GOPHERHOLE_API_URL

Override the GopherHole hub URL. Defaults to https://hub.gopherhole.ai.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG