Use this file to discover all available pages before exploring further.
Choose the IDE or coding tool you already use, then connect cubic so you can review code, inspect PR feedback, and explore codebase context without leaving your workflow.
Start here if you want cubic inside Cursor, Claude Code, VS Code, Codex, Gemini CLI, or a similar
tool. Then use Local CLI review if you want cubic to review code before you open
a pull request.
Ensure your key remains active in the cubic dashboard.
Restart your Claude Code session.
/cubic-run-review not workingThis command requires the cubic CLI. Install it:
curl -fsSL https://cubic.dev/install | bash
Plugin not found (marketplace)
Confirm you use Claude Code v1.0.33 or later.
Run /plugin marketplace list to verify the marketplace is active.
Try reinstalling the plugin.
VS Code connects to cubic through the MCP server. Slash commands and skills are available in agents that support the Skills standard (Claude Code, Cursor, Codex, Gemini CLI). In VS Code, use the MCP tools directly through Copilot chat.
1
Get your API key
Navigate to Settings → Integrations → MCP Configuration at cubic.dev. Generate a new API key.
2
Add MCP server
Press Ctrl/Cmd + Shift + P to open the Command Palette.
Search for and select “MCP: Add Server”.
Select “HTTP” as the transport type.
Enter the URL: https://www.cubic.dev/api/mcp.
Add an Authorization header with the value: Bearer cbk_your_key.
3
Verify
Run “MCP: List Servers” from the Command Palette. The cubic server status shows as Running.
Through the MCP connection, VS Code’s AI features can query cubic data:
get_pr_issues — Fetch all open AI review comments for a pull request.
Troubleshooting
Server not connecting
Check the configuration file path for your operating system.
Validate the JSON syntax in your configuration.
Restart VS Code to refresh the connection.
No tools available
Restart VS Code to reload the MCP server.
Verify that MCP support is enabled in your VS Code settings.
1
Run the installer
npx @cubic-plugin/cubic-plugin install --to codex
2
Get your API key
The installer opens the cubic dashboard. Generate a key and paste it back in the terminal.
3
Try it
Open Codex and try: “review my code” or “check cubic issues”
Troubleshooting
Authentication errorsVerify CUBIC_API_KEY is set in your environment. Ensure the key starts with cbk_ and restart your session./cubic-run-review not workingThis command requires the cubic CLI. Install it:
The installer opens the cubic dashboard. Generate a key and paste it back in the terminal.
3
Try it
Open Gemini CLI and try: “review my code” or “how does auth work?”
Troubleshooting
Authentication errorsConfirm your CUBIC_API_KEY is set correctly. The key must start with cbk_. Restart Gemini CLI after updating the environment./cubic-run-review not workingThe cubic CLI is required for local reviews. Install it:
curl -fsSL https://cubic.dev/install | bash
For agents with dedicated plugin support, run the relevant installation command.
Generate your API key at Settings → Integrations → MCP Configuration on cubic.dev. Keys start with cbk_ and are unique to your account.
Troubleshooting
Connection errorsConfirm the URL is exactly https://www.cubic.dev/api/mcp. Verify your API key format and ensure your network allows HTTPS connections.Plugin installer does not detect my agentUse the --to flag to specify your agent, or configure the connection manually using the details in the Manual MCP setup section.
cubic adds slash commands and skills to your coding agent. Your agent can query codebase documentation, fetch review issues, and help you apply fixes without leaving the editor. See What to ask your agent for the best prompts.
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
The /cubic-run-review command requires the cubic CLI. See Local CLI review
for installation.