mcpdog
by kinhunt·★ 18·综合分 40
通用 MCP 服务器管理器,提供单一界面配置和管理多个 MCP 服务器,附带 Web 仪表盘。
概述
MCPDog 是一个全面的 MCP 服务器管理器,作为代理层工作,允许用户通过单一界面配置多个 MCP 服务器,而不是在每个 MCP 客户端中单独配置。它支持流行的 MCP 客户端如 Claude Desktop、Cursor 和 Gemini CLI,同时提供 stdio 和 HTTP 传输协议。该解决方案包含用于可视管理的 Web 仪表盘、自动检测最佳协议以及集中监控所有 MCP 服务器的功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要管理多个MCP服务器并希望获得统一接口、Web仪表板和集中配置时,选择MCPDog。
什么时候不要选它
如果你只需要单个MCP服务器,或者你的工作环境有严格的网络限制会阻止仪表板端口,则不应使用MCPDog。
此 server 暴露的工具
从 README 抽取出 12 个工具config_listList all configured MCP servers
config_addAdd a new MCP server configuration
config_updateUpdate an existing MCP server configuration
config_removeRemove an MCP server configuration
config_showShow detailed configuration of a specific MCP server
statusCheck current status of all MCP servers
detectDetect protocols for MCP servers
optimizeOptimize performance of MCP servers
diagnoseRun diagnostics on MCP servers
daemon_startStart the MCPDog daemon process
daemon_stopStop the MCPDog daemon process
daemon_statusCheck status of the MCPDog daemon process
说明:Tools were inferred from CLI command examples in the Usage Guide section. MCPDog appears to be a manager/proxy for other MCP servers rather than exposing its own tools directly.
可对比工具
安装
Claude Desktop 快速启动
- 全局安装 MCPDog:
npm install -g mcpdog- 配置 Claude Desktop:
{
"mcpServers": {
"mcpdog": {
"command": "npx",
"args": ["mcpdog@latest"]
}
}
}- 访问
http://localhost:38881的 Web 仪表盘添加和配置 MCP 服务器。
FAQ
- MCPDog 支持哪些传输协议?
- MCPDog 支持 stdio(默认)和 Streamable HTTP 协议用于客户端连接,以及 stdio 用于连接到 MCP 服务器。
- 我可以同时将 MCPDog 与多个 MCP 客户端一起使用吗?
- 是的,MCPDog 可以作为多个 MCP 客户端的单一入口点,如 Claude Desktop、Cursor 和 Gemini CLI,通过一个界面管理所有 MCP 服务器。
mcpdog 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。