mcp-server-doctor

Uky0Yang/mcp-server-doctor
★ 1 stars Python AI/LLM Updated 5d ago
Diagnose MCP server configs before Claude, Cursor, Copilot, or your agent fails to load tools.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-doctor": {
      "command": "uvx",
      "args": [
        "mcp-server-doctor"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-doctor

Topics

ai-agentsautomationclaudecopilotcursordeveloper-toolsmcpmodel-context-protocolpython