Connect
One URL gives any MCP-capable agent
search, source, callers, implementers and blast-radius over every graph in the hub —
no auth, no key, 60 seconds.
MCPhttps://codehub.bot/mcp
claude mcp add --transport http codehub https://codehub.bot/mcp
2That's it — the tools are available in every session.
tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
1Open Settings → Connectors (web or desktop)
2Click Add custom connector and paste:
https://codehub.bot/mcp
3Enable codehub in the tools menu of any chat.
tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
1Create .vscode/mcp.json in your workspace (Copilot agent mode):
{
"servers": {
"codehub": { "type": "http", "url": "https://codehub.bot/mcp" }
}
}2Reload — the codehub tools appear in agent mode.
tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
1Add to ~/.cursor/mcp.json (or per-project .cursor/mcp.json):
{
"mcpServers": {
"codehub": { "url": "https://codehub.bot/mcp" }
}
}tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
1Settings → MCP → edit mcp_config.json:
{
"mcpServers": {
"codehub": { "serverUrl": "https://codehub.bot/mcp" }
}
}tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
1Hermes, OpenClaw, Zed, Cline, Continue — any client that speaks MCP streamable HTTP: add a server with this URL. No auth, no key.
https://codehub.bot/mcp
2Most clients take it as { "url": … } or { "serverUrl": … } in their MCP config.
tools: list_graphs · search · symbol_context · load_source · read_file · grep · callers · implementers · impact · overview · list_symbols
Then try asking
“using codehub, how does gin bind a JSON request body?”
“what implements tempo's Processor interface, and show me one”
“what's the blast radius if dskit's InjectOrgID changes?”
“read the source of fastapi's dependency injection and explain it”