Skip to content
Cursor

Research Repo Doctor for Cursor

io.github.tom409114/rrdoctor

Deterministic Artifact Evaluation preflight and run-path grader for research repositories.

client:Cursor transport:stdio runtime:pypi

Install Research Repo Doctor in Cursor

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

{
  "mcpServers": {
    "rrdoctor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rrdoctor"
      ]
    }
  }
}

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

Research Repo Doctor in other clients