Docs menu
Connect RepoReady to your coding agent
One remote MCP server for Claude Code, Codex, Cursor and other MCP clients: analyze, fix and re-analyze from your editor.
Last updated
Server URL
https://api.repoready.ai/api/mcp
how reproducible is this repo?
RepoReady: 64/100 (Fair) · 2 critical
fix them and re-analyze
RepoReady: 78/100 (Good)
How it works
- 01
Ask
Your agent analyzes a public GitHub repository or uploads your local working copy.
- 02
Review
You get the 0–100 score and findings with file references and suggested fixes.
- 03
Fix and repeat
The agent fixes findings and re-analyzes. Share the report with a link.
Your account
- New to RepoReady? Sign up with your email; a magic-link code arrives in your inbox, no password needed. New accounts get 3 free analyses.
- Existing account? On first use, your agent opens a browser sign-in with that account. No API keys to copy.
- Analyses from your agent count like analyses in the web app: your free analyses, your own API key or your organization’s plan.
Set up your client
Every client connects to the same server and the same account.
- Claude CodePlugin
- CodexCLI
- Cursor and othersJSON config
- Claude ScienceConnector
- claude.aiPlugin or connector
- OrganizationsTeam rollout
Claude Code
Install the plugin. It adds the server, the analysis workflow and the
/repoready:analyzecommand.Claude Code /plugin marketplace add repoready-ai/mcp-plugin /plugin install repoready@reporeadyRestart Claude Code, run
/mcpand complete the browser sign-in.
Server only, without the plugin:
claude mcp add --transport http repoready https://api.repoready.ai/api/mcpCodex
Add the server:
bash codex mcp add repoready --url https://api.repoready.ai/api/mcpSign in with your RepoReady account:
bash codex mcp login repoready
Cursor and other MCP clients
Any client that supports remote MCP servers (streamable HTTP with OAuth) works.
For Cursor, add the server to
~/.cursor/mcp.json:~/.cursor/mcp.json { "mcpServers": { "repoready": { "url": "https://api.repoready.ai/api/mcp" } } }Optional for any agent: install the workflow skill.
bash npx skills add repoready-ai/mcp-plugin
Claude Science
Open Connectors › Add connector › Remote URL and paste the server URL. Keep the default transport, Streamable HTTP.
Connect and complete the sign-in.
Optional: import the workflow skill under Skills › Add skill › Import from GitHub with
repoready-ai/mcp-plugin.
claude.ai and Claude Desktop
Under Customize › Plugins › Add › Add marketplace, sync
repoready-ai/mcp-plugin.Add the plugin and click Connect on its RepoReady connector.
Or add the server URL as a custom connector under Customize › Connectors.
For organizations
- claude.ai Team and Enterprise: an organization owner adds the server URL once under Organization settings › Connectors; members then click Connect.
- Claude Code: IT distributes the plugin through managed settings, or developers install it with the commands above.
We are happy to walk your admins through the setup: [email protected].