One proxy to rule all your MCP servers. Web dashboard, BM25 discovery, 99% token savings. Single binary.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcphub": {
"command": "cargo",
"args": [
"run",
"--",
"McpHub"
]
}
}
}
Run in terminal:
claude mcp add mcphub cargo run -- McpHub
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcphub": {
"command": "cargo",
"args": [
"run",
"--",
"McpHub"
]
}
}
}