- Cursor
- Claude Code
- VS Code
- Codex
- Gemini CLI
- Other
Get your API key
The installer opens the cubic dashboard in your browser. Generate a key and paste it back in your terminal when prompted.
Manual MCP setup
Manual MCP setup
Configure the MCP server manually if you prefer not to use the plugin installer.Add this to
~/.cursor/mcp.json:Troubleshooting
Troubleshooting
Authentication errorsMCP server not connecting
- Verify your
CUBIC_API_KEYis set correctly. - Check that your key starts with
cbk_. - Ensure your key remains active in the cubic dashboard.
- Restart your Cursor session.
/cubic-run-review not workingThis command requires the cubic CLI. Install it:- Restart Cursor after updating the configuration.
- Check
~/.cursor/mcp.jsonfor syntax errors. - Verify your API key is correct and valid.
What you can do
cubic adds slash commands and skills to your agent. Your agent can query codebase documentation, fetch review issues, and apply fixes automatically. See the Skills page for full details.| Command | Description |
|---|---|
/cubic-comments [pr-number] | Show cubic’s review comments on the current PR (auto-detects branch) |
/cubic-run-review [flags] | Run a local cubic AI code review on uncommitted changes or branch diff |
/cubic-wiki [page-name] | Browse AI-generated codebase documentation |
/cubic-scan [scan-id] | View codebase security scan results and issues |
/cubic-learnings [learning-id] | Show team code review patterns and preferences |