Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cubic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Connect cubic’s MCP server to your coding agent so it can read PR review issues, use codebase wikis, inspect scan results, triage scan issues, and read team review learnings while you work.
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

Open settings

Open Cursor Settings.
2

Open Tools and MCP

Go to Tools and MCP.
3

Choose MCP section

In MCP, use Home MCP Servers or your project-specific MCP section.
4

Create a server

Click New MCP server.
5

Save the config

Add this to the config and save:
"cubic": {
  "type": "http",
  "url": "https://www.cubic.dev/api/mcp"
}
6

Connect

Click Connect.

What you can ask

  • “show cubic issues on 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:
npx @cubic-plugin/cubic-plugin install --skills-only
CommandDescription
/cubic-run-review or /cubic:run-reviewRun a local cubic AI code review from your editor. Requires the cubic CLI.
The /cubic-run-review and /cubic:run-review commands require the cubic CLI. See Local CLI review for installation.