MCP Directory

realwigu/mcp-doctor

GitHub
Web Utilities

Zero-config diagnostics for MCP servers. Auto-discovers configs across Claude Code, Cursor, VS Code, Windsurf, and Claude Desktop, then tests connections via JSON-RPC handshake, audits security issues, and benchmarks latency. Also runs as an MCP server itself.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-doctor

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from realwigu/mcp-doctor your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-doctor"
      ]
    }
  }
}

Route realwigu/mcp-doctor intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-doctor

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use realwigu/mcp-doctor directly without routing

npx -y mcp-doctor

New to Agent-CoreX? View setup guide →

realwigu/mcp-doctor MCP Server — Agent-CoreX