CodeRabbit Connector for AI agents.
9 live capabilities
Manage AI code review seats and PR metrics for engineering teams.
Waiting for input…
Why people use CodeRabbit
CodeRabbit for automating engineering seat management
With this Connector, you just tell your agent to handle it. You can bulk assign seats or promote roles in a single conversation, getting your team set up in seconds instead of hours.
What Vinkius changes
You get a conversational interface to manage your entire CodeRabbit infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding 50 new hires
An admin asks the agent to assign seats to all new users at once using `assign_seats` to avoid manual entry.
- Real-world use case 02
Quarterly performance review
A manager asks for a breakdown of PR review times and complexity scores for the last 90 days using `get_metrics`.
- Real-world use case 03
Security audit verification
A compliance officer requests a list of all admin role changes from the last week using `get_audit_logs`.
Complete set · 9capabilities
The complete CodeRabbit capability set.
These are the exact actions your AI can choose when you ask it to work with CodeRabbit.
01—03
3 capabilities in this set.
Part of 9 available through CodeRabbit.
- 01 Capability
List users
List all users in the CodeRabbit organization. You can filter the results by seat status or specific roles.
- 02 Capability
Assign seats
Assign CodeRabbit seats to up to 500 users in a single request to make onboarding large teams much faster.
- 03 Capability
Get audit logs
Retrieve organization audit logs for compliance reporting. It provides a tamper-resistant record of all admin actions.
04—06
3 capabilities in this set.
Part of 9 available through CodeRabbit.
- 04 Capability
Demote users
Demote users from admin to member role in bulk. Use this to quickly tighten permissions across your organization.
- 05 Capability
Get seat mode
Check if your organization is currently using automatic or manual seat assignment. This helps you verify your setup.
- 06 Capability
Get metrics
Pull PR review metrics like complexity scores and review times for any date range to analyze team productivity.
07—09
3 capabilities in this set.
Part of 9 available through CodeRabbit.
- 07 Capability
Promote users
Promote users to the admin role. Quickly grant elevated permissions to your team leads or platform engineers.
- 08 Capability
Unassign seats
Remove CodeRabbit seats from users without deleting their accounts. This helps you reclaim seats from inactive members.
- 09 Capability
Update seat mode
Update the seat assignment mode for your organization. This allows you to switch between automatic and manual modes.
Set up in minutes
One URL. Then ask CodeRabbit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CodeRabbit from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CodeRabbit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CodeRabbit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CodeRabbit URL.
- Step 03
Save and start
Save the connection and enable CodeRabbit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"coderabbit": {
"url": "https://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CodeRabbit
Open Agent mode in chat and ask: "Using CodeRabbit, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"coderabbit": {
"url": "https://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CodeRabbit
Ask Copilot: "Using CodeRabbit, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"coderabbit": {
"url": "https://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CodeRabbit
Open Cascade and ask: "Using CodeRabbit, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"coderabbit": {
"url": "https://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CodeRabbit
Ask Cline: "Using CodeRabbit, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add coderabbit --transport http "https://edge.vinkius.com/vk_preview_PMcRlSWUfPE40MnPxowwrCoT2UjR21cc7zb3FshU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CodeRabbit
Ask Claude: "Using CodeRabbit, show me...". 9 tools are ready
Where the request belongs
Work CodeRabbit can move forward.
This is for engineering leads and platform admins who are tired of manually provisioning seats for every new hire or hunting through logs to satisfy a compliance audit.
Engineering Manager
Monitors PR review velocity and complexity scores to see how the team is performing.
Platform Engineer
Automates seat assignments and role updates for large-scale dev teams.
Compliance Officer
Pulls audit logs to verify administrative actions for security reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCodacy
Manage code quality and automated reviews via Codacy. track grades, monitor issues, and audit repository analysis directly from any AI agent.
DeepSource
Automate code quality monitoring via DeepSource. analyze issues, vulnerabilities, metrics, and report cards directly from any AI agent.
SonarCloud
Merge your SaaS DevOps workflow with SonarCloud to review AI code and prevent production vulnerabilities.
Code Climate
Manage code quality and engineering metrics via Code Climate. track repository grades, monitor snapshots, and audit test coverage directly from any AI agent.
Coveralls (Code Coverage Analytics API)
Track code coverage metrics via Coveralls. manage repositories, submit coverage reports, and monitor build statuses directly from your AI agent.
Gerrit
Manage code reviews via Gerrit. query changes and patch sets, handle reviewers and approvals, and audit project branches directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep CodeRabbit connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CodeRabbit.
The practical details behind the request, access and result.
How does CodeRabbit MCP help with team scaling?
It allows you to manage seats for hundreds of users at once. Instead of manual setup for every hire, you can use your agent to bulk assign seats and manage roles as your team grows.
Can I use CodeRabbit MCP to check PR review times?
Yes, you can pull metrics for any date range. This gives you visibility into how long reviews are taking and the complexity of the code being submitted.
Does CodeRabbit MCP support audit logs for security?
It provides access to tamper-resistant audit logs. This is perfect for security teams who need to see a history of administrative actions and role changes.
How do I manage roles with CodeRabbit MCP?
You can use your agent to promote or demote users to admin roles. This makes it easy to manage permissions across your organization without jumping into the dashboard.
Can CodeRabbit MCP handle bulk seat changes?
Yes, it can handle up to 500 user IDs in a single request. This is a major time saver for engineering managers who need to update access for large groups quickly.
Does CodeRabbit MCP help with compliance?
It helps by providing easy access to organization audit logs. You can query these logs through your AI agent to satisfy compliance reporting requirements.
Can I see how productive my team's code review process is over the last month?
Yes! Use the get_metrics capability with a date range (e.g., 2026-03-01 to 2026-03-31). It returns complexity scores, average review times, and comment breakdowns categorized by severity for all merged PRs.
How do I enable AI code reviews for new team members?
First run list_users with seat_filter=unassigned to find members without seats. Then use assign_seats with their user IDs to grant them AI-powered code review access instantly.
Can I audit who made administrative changes in the organization?
Absolutely. The get_audit_logs capability returns a complete, tamper-resistant trail of all admin actions including seat assignments, role changes, configuration updates, and API key operations. You can filter by action type and date range.
One connection away
Give your agent a direct line to CodeRabbit.
Connect CodeRabbit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available