Skip to content
Cursor

dr-mcp for Cursor

io.github.inferensys/dr-mcp

Audits MCP configs, scores risk, and creates reversible repair plans.

client:Cursor transport:stdio runtime:npm

Install dr-mcp in Cursor

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

{
  "mcpServers": {
    "dr-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}

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

dr-mcp in other clients