Use RepoReady from your coding agent
RepoReady is available as an MCP server: connect it to Claude Code, Codex, Cursor, or claude.ai and your agent can analyze the reproducibility of a codebase, fix the findings, and re-analyze — without you leaving the editor.
Ask
Tell your agent "how reproducible is this repo?" — it analyzes a public GitHub repo directly, or securely uploads your local working copy.
Review
You get the 0–100 reproducibility score plus findings with file:line citations and concrete fix suggestions, right in the conversation.
Fix & repeat
The agent fixes the findings in your code, re-analyzes, and repeats until the score meets your target. Share the report with a public link.
Before you connect: your account
New to RepoReady
Sign up once with your email — a magic-link code arrives in your inbox, no password needed. Use your institutional email if your lab or institute already uses RepoReady: you join its organization automatically and analyses are funded by its plan. Otherwise you start with free trial runs.
Existing account
Nothing to prepare. The first time your agent talks to RepoReady it opens a browser sign-in that uses your existing account, including your organization membership. No API keys to copy around.
For individual researchers
Pick your agent — every option connects to the same server and the same account.
Claude Code
The RepoReady plugin installs the server connection, the analysis workflow, and the /repoready:analyze command:
/plugin marketplace add repoready/claude-plugin /plugin install repoready@repoready
Restart, run /mcp to sign in, then ask away. Prefer the server without the plugin?
claude mcp add --transport http repoready https://api.repoready.ai/api/mcp
Codex
codex mcp add repoready --url https://api.repoready.ai/api/mcp codex mcp login repoready
Cursor & other MCP clients
Any client that supports remote MCP (streamable HTTP with OAuth) works. Cursor example — add to ~/.cursor/mcp.json:
{ "mcpServers": { "repoready": { "url": "https://api.repoready.ai/api/mcp" } } }Optional for any agent: install the workflow skill with npx skills add repoready/claude-plugin.
claude.ai & Claude Desktop
Not using a coding agent? Add RepoReady as a custom connector under Settings → Connectors → Add custom connector with the server URL above, then click Connect to sign in. On Team and Enterprise plans the connector is added once by an organization owner — see below.
For labs and institutions
Roll RepoReady out to every member of your Claude organization — members sign in with their institutional email and analyses are funded and capped by your plan.
- 1claude.ai (all members): an organization owner adds the server URL once under Organization settings → Connectors; every member can then connect with one click.
- 2Claude Code (developers): IT distributes the plugin fleet-wide via managed settings, or developers install it themselves with the two commands above.
We're happy to walk your admins through the setup — contact us.
Prefer the web app?
Everything your agent does is also available at repoready.ai — full reports, badges, and organization management included.