Odel
Research Repo Doctor

Research Repo Doctor

Local
@tom4091141PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrrdoctorv0.2.24

Run

uvx rrdoctor

MCP client config

{
  "mcpServers": {
    "research-repo-doctor": {
      "command": "uvx",
      "args": [
        "rrdoctor"
      ]
    }
  }
}