Servers
MCPHub: The Unified Hub for Model Context Protocol (MCP) Servers
@samanhappy
A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcphub": {
"command": "docker",
"args": [
"run",
"-p",
"3000:3000",
"-v",
"./mcp_settings.json:/app/mcp_settings.json",
"-v",
"./data:/app/data",
"samanhappy/mcphub"
]
}
}
}