Skip to content
Grok

Research Repo Doctor for Grok

io.github.tom409114/rrdoctor

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

client:Grok transport:stdio runtime:pypi

Install Research Repo Doctor in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Research Repo Doctor in other clients