MCPHubBETA

MCP 服务器的
统一入口。

通过一个端点聚合、管理并路由 Model Context Protocol 服务器。开源,可用 Docker 部署,适合生产环境。

$ docker run -d --name mcphub -p 3000:3000 samanhappy/mcphub
localhost:3000
Overview
12 servers · 247 tools · 3 groups
CALLS / 24H
14.2k
+12%
ACTIVE SERVERS
11/12
healthy
P95 LATENCY
184ms
−8ms
TOOL INDEX
247
tools
Connected servers12 total
G
github
@modelcontextprotocol
stdio7 tools healthy
P
postgres
@modelcontextprotocol
stdio11 tools healthy
P
playwright
@microsoft
stdio15 tools healthy
S
slack
@modelcontextprotocol
stdio19 tools healthy
B
brave-search
@brave
http3 tools healthy
支持使用以下客户端构建的智能体
Claude DesktopCursorClineContinue.devWindsurfZedCustom Agents
为什么选择 MCPHub

为有序管理 MCP 而生。

逐台运行 MCP 服务器,很快就会失控。MCPHub 为所有服务器提供统一、可观测、安全的接入层。

集中管理

在同一个控制台中监控、启动、停止、热重载所有 MCP 服务器。无需在多台机器之间手动维护 JSON 配置。

查看文档

智能路由

基于向量语义搜索发现工具。即使暴露 500+ 工具,也不会压垮模型上下文。

查看文档

OAuth 与多租户

支持 GitHub / Google 登录、基于角色的访问控制,以及按服务器设置可见性。安全团队也能放心放行。

查看文档

热插拔

添加、移除、更新服务器都无需停机或重启客户端,配置变更实时生效。

查看文档
架构

一个端点。任意 MCP 服务器。任意客户端。

把 AI 客户端指向同一个 MCPHub URL。认证、路由和工具发现都交给 MCPHub,它会把请求送到合适的后端服务器。

AI 客户端
Claude
Cursor
Cline
Custom
mcphub
HUB · v0.9.2
healthy
/mcpaggregate
/mcp/{group}group
/mcp/{name}single
/mcp/$smartsemantic
routing · oauth · metering247 tools indexed
MCP 服务器
G
github
P
postgres
P
playwright
S
slack
B
brave-search
F
filesystem
N
notion
L
linear
目录中另有 119 个
为开发者打造

贴合你日常工作流的工具。

从终端管理

CLI 覆盖发现、安装、配置、检查等常用操作。它与网站共用同一份目录,网页上看到的,也能直接装到本地。

查看 CLI 文档
$ mcphub discover --keyword postgres

→ @modelcontextprotocol/postgres   ★ 8.1k
→ @neon/postgres                  ★ 1.2k
→ @supabase/postgres              ★ 980

$ mcphub install @modelcontextprotocol/postgres
✓ Added to mcp_settings.json
✓ Hot-reloaded — endpoint ready

一键发现并安装

在控制台浏览社区维护的 MCP 服务器公开目录。点一下安装,配置会自动写入。

浏览目录
postgres
P
postgres
@modelcontextprotocol
S
sqlite
@modelcontextprotocol

让 AI 选对工具

智能路由会把已连接服务器的工具写入向量索引。模型请求某项能力时,MCPHub 只返回匹配的工具子集,减少上下文负担。

智能路由原理
“Find the last 5 issues mentioning database timeouts and create a tracking doc.”
SEMANTIC MATCH
github.search_issues0.94
linear.list_issues0.87
notion.create_page0.83
sentry.list_errors0.61
灵活路由

四个端点,一份配置。

每种路由模式都有稳定 URL。你可以按客户端、项目或团队组合使用。

/mcp
聚合
通过一个连接暴露所有服务器的全部工具。文档
/mcp/{group}
分组
只暴露某个命名分组中的工具,可按团队或项目划分。文档
/mcp/{server}
单服务器
直通到单个服务器。便于调试。文档
/mcp/$smart
智能
通过语义发现工具,只把模型需要的工具交给它。文档
GITHUB STARS
2,225
已收录 MCP 服务器
300+
DOCKER 拉取量
100K+
社区成员
400+

别再逐台
管理 MCP 服务器。

1 分钟启动 MCPHub,5 分钟接入 Claude Desktop。

用 Docker 部署