Skip to content
VS Code

Research Repo Doctor for VS Code

io.github.tom409114/rrdoctor

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

client:VS Code transport:stdio runtime:pypi

Install Research Repo Doctor in VS Code

.vscode/mcp.json

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

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

Research Repo Doctor in other clients