Skip to content
Cursor

MCP Doctor for Cursor

io.github.jiansen/mcp-doctor

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

client:Cursor transport:stdio runtime:pypi

Install MCP Doctor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Doctor in other clients