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 服务器很快就难以为继。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,115
已收录 MCP 服务器
300+
DOCKER 拉取量
100K+
社区成员
400+

别再一个一个地
管理 MCP 服务器。

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

用 Docker 部署