Skip to content
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 it works

  1. 01

    Ask

    Your agent analyzes a public GitHub repository or uploads your local working copy.

  2. 02

    Review

    You get the 0–100 score and findings with file references and suggested fixes.

  3. 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 Code

  1. Install the plugin. It adds the server, the analysis workflow and the /repoready:analyze command.

    Claude Code
    /plugin marketplace add repoready-ai/mcp-plugin
    /plugin install repoready@repoready
  2. Restart Claude Code, run /mcp and complete the browser sign-in.

Server only, without the plugin:

bash
claude mcp add --transport http repoready https://api.repoready.ai/api/mcp

Codex

  1. Add the server:

    bash
    codex mcp add repoready --url https://api.repoready.ai/api/mcp
  2. Sign 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.

  1. For Cursor, add the server to ~/.cursor/mcp.json:

    ~/.cursor/mcp.json
    {
      "mcpServers": {
        "repoready": { "url": "https://api.repoready.ai/api/mcp" }
      }
    }
  2. Optional for any agent: install the workflow skill.

    bash
    npx skills add repoready-ai/mcp-plugin

Claude Science

  1. Open Connectors › Add connector › Remote URL and paste the server URL. Keep the default transport, Streamable HTTP.

  2. Connect and complete the sign-in.

  3. Optional: import the workflow skill under Skills › Add skill › Import from GitHub with repoready-ai/mcp-plugin.

claude.ai and Claude Desktop

  1. Under Customize › Plugins › Add › Add marketplace, sync repoready-ai/mcp-plugin.

  2. 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].