Skip to content
VS Code

MCP Doctor for VS Code

io.github.jiansen/mcp-doctor

Check and improve the contract quality of any MCP server — for humans, agents, and platforms.

client:VS Code transport:stdio runtime:pypi

Install MCP Doctor in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-doctor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-doctor"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Doctor in other clients