mcp-doctor

EnjoyableWork/mcp-doctor
★ 0 stars Rust API Integration Updated 4d ago
Diagnose, test, and stress-proof your MCP servers before your users do—from local to production.
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-doctor": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-doctor"
      ]
    }
  }
}

README Excerpt

<h1 align="center">🩺 mcp-doctor</h1> <p align="center"> <strong>Diagnose, test, and break your MCP servers before your users do.</strong> </p> <p align="center"> Find protocol, schema, and runtime problems in local or remote MCP servers, with clear reports you can trust. </p> <p align="center"> <a href="https://github.com/EnjoyableWork/mcp-doctor/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/EnjoyableWork/mcp-doctor/actions/workflows/ci.yml/badge.svg"></a>