mcp-doctor

vishalhabib99/mcp-doctor
★ 1 stars Python AI/LLM Updated 3d ago
CLI that audits MCP (Model Context Protocol) server implementations for spec conformance and quality — missing descriptions, undocumented params, unhandled errors, README coverage.
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": "uvx",
      "args": [
        "mcp-doctor"
      ]
    }
  }
}

Or install with pip: pip install mcp-doctor

README Excerpt

A static analysis CLI that audits **MCP (Model Context Protocol) server** implementations for the things that actually break an agent calling them: missing tool descriptions, undocumented parameters, no error handling, no README coverage. The MCP ecosystem is growing faster than the conventions around building a *good* server have settled. Most servers are hand-written in an afternoon and never checked against anything. `mcp-doctor` is a linter for that gap — point it at a repo, get a score and

Topics

agentsai-agentsclilinterllmmcpmodel-context-protocolstatic-analysis