MCP Catalogs
首页mcpdog screenshot

mcpdog

by kinhunt·18·综合分 40

通用 MCP 服务器管理器,提供单一界面配置和管理多个 MCP 服务器,附带 Web 仪表盘。

developer-toolsmonitoringproductivity
3
Forks
0
活跃 Issue
7 个月前
最近提交
2 天前
收录于

概述

MCPDog 是一个全面的 MCP 服务器管理器,作为代理层工作,允许用户通过单一界面配置多个 MCP 服务器,而不是在每个 MCP 客户端中单独配置。它支持流行的 MCP 客户端如 Claude Desktop、Cursor 和 Gemini CLI,同时提供 stdio 和 HTTP 传输协议。该解决方案包含用于可视管理的 Web 仪表盘、自动检测最佳协议以及集中监控所有 MCP 服务器的功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在开发环境中管理多个 MCP 服务器,无需复杂的客户端配置
:为团队在多个 AI 助手之间集中管理 MCP 服务器
:通过实时指标和日志监控和排查 MCP 服务器问题
:MCPDog 支持哪些传输协议?
:我可以同时将 MCPDog 与多个 MCP 客户端一起使用吗?

什么时候选它

当你需要管理多个MCP服务器并希望获得统一接口、Web仪表板和集中配置时,选择MCPDog。

什么时候不要选它

如果你只需要单个MCP服务器,或者你的工作环境有严格的网络限制会阻止仪表板端口,则不应使用MCPDog。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • config_list

    List all configured MCP servers

  • config_add

    Add a new MCP server configuration

  • config_update

    Update an existing MCP server configuration

  • config_remove

    Remove an MCP server configuration

  • config_show

    Show detailed configuration of a specific MCP server

  • status

    Check current status of all MCP servers

  • detect

    Detect protocols for MCP servers

  • optimize

    Optimize performance of MCP servers

  • diagnose

    Run diagnostics on MCP servers

  • daemon_start

    Start the MCPDog daemon process

  • daemon_stop

    Stop the MCPDog daemon process

  • daemon_status

    Check 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.

可对比工具

mcp-proxymcp-managermcp-tools

安装

Claude Desktop 快速启动

  1. 全局安装 MCPDog:
npm install -g mcpdog
  1. 配置 Claude Desktop:
{
  "mcpServers": {
    "mcpdog": {
      "command": "npx",
      "args": ["mcpdog@latest"]
    }
  }
}
  1. 访问 http://localhost:38881 的 Web 仪表盘添加和配置 MCP 服务器。

FAQ

MCPDog 支持哪些传输协议?
MCPDog 支持 stdio(默认)和 Streamable HTTP 协议用于客户端连接,以及 stdio 用于连接到 MCP 服务器。
我可以同时将 MCPDog 与多个 MCP 客户端一起使用吗?
是的,MCPDog 可以作为多个 MCP 客户端的单一入口点,如 Claude Desktop、Cursor 和 Gemini CLI,通过一个界面管理所有 MCP 服务器。

mcpdog 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。