What is the GopherHole Agent Hub MCP server?
Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory.
How to install GopherHole Agent Hub
Copy-paste configuration for popular MCP clients.
GOPHERHOLE_API_KEYrequiredsecretYour GopherHole API key (starts with gph_). Auto-provisioned via browser login on first run if not set.
GOPHERHOLE_API_URLOverride the GopherHole hub URL. Defaults to https://hub.gopherhole.ai.
{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<YOUR_GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<YOUR_GOPHERHOLE_API_URL>"
}
}
}
}{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<YOUR_GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<YOUR_GOPHERHOLE_API_URL>"
}
}
}
}{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<YOUR_GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<YOUR_GOPHERHOLE_API_URL>"
}
}
}
}{
"servers": {
"gopherhole": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gopherhole/mcp"
],
"env": {
"GOPHERHOLE_API_KEY": "<YOUR_GOPHERHOLE_API_KEY>",
"GOPHERHOLE_API_URL": "<YOUR_GOPHERHOLE_API_URL>"
}
}
}
}claude mcp add gopherhole --env GOPHERHOLE_API_KEY=<YOUR_GOPHERHOLE_API_KEY> --env GOPHERHOLE_API_URL=<YOUR_GOPHERHOLE_API_URL> -- npx -y @gopherhole/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.