服务器
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.
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcphub": {
"command": "docker",
"args": [
"run",
"-p",
"3000:3000",
"-v",
"./mcp_settings.json:/app/mcp_settings.json",
"-v",
"./data:/app/data",
"samanhappy/mcphub"
]
}
}
}