GopherHole Agent Hub✓
io.github.helixdata/gopherhole · v0.11.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.helixdata/gopherhole",
"description": "Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.",
"title": "GopherHole Agent Hub",
"repository": {
"url": "https://github.com/helixdata/gopherhole-clients",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.11.0",
"websiteUrl": "https://gopherhole.ai",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@gopherhole/mcp",
"version": "0.11.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GopherHole API key (starts with gph_). Auto-provisioned via browser login on first run if not set.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOPHERHOLE_API_KEY"
},
{
"description": "Override the GopherHole hub URL. Defaults to https://hub.gopherhole.ai.",
"format": "string",
"default": "https://hub.gopherhole.ai",
"name": "GOPHERHOLE_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}