Skip to main content
Connect cubic’s MCP server to your coding agent to read review findings and codebase context, request PR reviews, and triage PR or codebase scan issues.
Use the exact endpoint https://www.cubic.dev/api/mcp. Some OAuth clients reject https://cubic.dev/api/mcp because the protected resource origin does not match.
1

Add the server

Add cubic to ~/.cursor/mcp.json for all projects, or .cursor/mcp.json for one project. If the file already has servers, add the cubic entry inside its mcpServers object:
2

Connect

Open Cursor’s MCP settings, connect cubic, and complete the browser sign-in flow.

What you can ask

Try “use cubic to show open review issues on this PR”. The agent should retrieve the findings with file locations and descriptions. See MCP tools and examples for a prompt using an explicit PR URL.
  • “start a cubic review of this PR”
  • “list wiki pages for this repo”
  • “what review learnings apply here?”
  • “show scan findings with severity at least 7”

Skills and slash commands

MCP gives your agent access to cubic tools. For agents that also support skills or slash commands, install those separately:
The installer detects supported agents in your home directory. Add --to codex, for example, to choose one target. See Skills for prerequisites, verification, and command names for each installation.
To ask your agent to “review my code” locally, install and sign in to the cubic CLI. MCP setup alone does not install the CLI.