vscode-mcp-doctor

Beeeeen/vscode-mcp-doctor
★ 0 stars TypeScript Code/Dev Tools Updated today
Find out why your MCP servers won't connect - without leaving VS Code. Lints MCP configs as you type and diagnoses every configured server across Claude Desktop, Claude Code, Cursor and this workspace.
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": {
    "vscode-mcp-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "Beeeeen/vscode-mcp-doctor"
      ]
    }
  }
}

README Excerpt

**Find out why your MCP servers won't connect — without leaving VS Code.** The host says *"MCP server failed to connect"* and throws away the one thing that would explain it. There are 17,000 GitHub issues with that complaint. MCP Doctor puts the answer in your editor instead. Open any MCP config — `.vscode/mcp.json`, `.mcp.json`, `.cursor/mcp.json`, `claude_desktop_config.json` — and the classic mistakes are underlined in the Problems panel before you ever launch a host:

Topics

claudecursordiagnosticsmcpmodel-context-protocoltroubleshootingvscode-extension