mcp_doctor

Tinkora/mcp_doctor
★ 0 stars Rust File System Updated 5d ago
Static diagnostics for local stdio MCP server configurations
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

`mcp-doctor` is a local, static preflight checker for stdio MCP server configuration. It helps an agent developer find the launch failures that often happen before MCP Inspector or a client can start a server: a missing `npx` or Node binary on `PATH`, an invalid working directory, and unresolved environment

Topics

clideveloper-toolsdiagnosticsmcpmodel-context-protocolrusttinkora