Gerrit Connector for AI agents.
10 live capabilities
Manage code reviews and project branches in your repository through natural conversation.
Waiting for input…
Why people use Gerrit
Gerrit Code Review Management for Engineering Teams
This Gerrit MCP lets you stay in your flow. You can ask your agent to pull a list of open changes for a specific project or check the status of a patch set without ever leaving your terminal or chat window. You get your answers in seconds instead of clicking through three different pages.
What Vinkius changes
You get a direct line to your Gerrit data without leaving your chat or IDE.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding open changes for a specific project
A maintainer needs to find all open changes for a project.
- Real-world use case 02
Checking the history of a specific commit
An engineer wants to see the history of a specific change.
- Real-world use case 03
Identifying blockers on a release
A manager needs to know who is blocking a release.
Complete set · 10capabilities
The complete Gerrit capability set.
These are the exact actions your AI can choose when you ask it to work with Gerrit.
01—04
4 capabilities in this set.
Part of 10 available through Gerrit.
- 01 Capability
List projects
Get a list of every project repository currently hosted on your Gerrit instance.
- 02 Capability
Query changes
Search for code reviews using filters like status:open or owner:self to see subjects and owners.
- 03 Capability
Get change
Pull the full details of a specific Gerrit change to see its current state.
- 04 Capability
Get project
Retrieve detailed metadata and default branch info for a specific project.
05—07
3 capabilities in this set.
Part of 10 available through Gerrit.
- 05 Capability
List branches
See every branch inside a project along with their latest commit SHAs.
- 06 Capability
Get account
Fetch the profile information for the currently authenticated user.
- 07 Capability
List emails
Get all verified email addresses associated with your authenticated account.
08—10
3 capabilities in this set.
Part of 10 available through Gerrit.
- 08 Capability
List reviewers
See everyone assigned to review a change and their specific approval labels.
- 09 Capability
List patchsets
List all revisions of a change to track commit history and uploader info.
- 10 Capability
List groups
Identify all groups and their owners to audit organizational permissions.
Set up in minutes
One URL. Then ask Gerrit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gerrit 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_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gerrit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit URL.
- Step 03
Save and start
Save the connection and enable Gerrit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gerrit": {
"url": "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit
Open Agent mode in chat and ask: "Using Gerrit, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gerrit": {
"url": "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit
Ask Copilot: "Using Gerrit, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gerrit": {
"url": "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit
Open Cascade and ask: "Using Gerrit, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gerrit": {
"url": "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit
Ask Cline: "Using Gerrit, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gerrit --transport http "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/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 Gerrit
Ask Claude: "Using Gerrit, show me...". 10 tools are ready
Where the request belongs
Work Gerrit can move forward.
Software engineers who are tired of context-switching between their IDE and the Gerrit web UI. It is for the maintainer who needs to quickly verify approvals or the DevOps lead auditing permissions across dozens of projects.
Software Engineer
Checks for open changes and follows up on specific patch sets during daily standups.
Engineering Manager
Audits the consensus process and checks approval labels to ensure code quality.
DevOps Engineer
Verifies project branch structures and group permissions to debug access issues.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBitbucket
Manage your Git repositories via Bitbucket. list pull requests, commits, and pipelines directly from any AI agent.
Coding.net
All-in-one DevOps platform. manage projects, repositories, and issues via AI.
GitHub
Manage repositories, pull requests, issues, and CI/CD workflows on the world largest developer collaboration platform.
Gitee
Collaborative code hosting and development platform. manage repositories, issues, and pull requests via AI.
Phabricator (Development Platform Conduit API)
Manage tasks, code reviews, and repositories via Phabricator's Conduit API. search Maniphest tasks, edit revisions, and query users directly.
GitLab
Manage projects, track issues, and oversee CI/CD pipelines via AI agents with GitLab.
Bring your own AI
Change the model, client or framework. Keep Gerrit 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 Gerrit.
The practical details behind the request, access and result.
Can I use the Gerrit MCP to see who is reviewing my code?
Yes, you can use it to see every reviewer assigned to a specific change along with their approval labels. This helps you see exactly who has signed off and who still needs to take a look.
How does the Gerrit MCP help with project auditing?
It lets you list all projects and retrieve detailed metadata like their current states and default branches. This is great for getting a bird's-eye view of your repository structure.
Can I filter my Gerrit changes with specific criteria?
Yes, you can ask your agent to find changes based on status, owner, or project name. It supports syntax like 'status:open' or 'owner:self' to narrow down the results.
Does the Gerrit MCP show me the history of a specific change?
You can use it to list all patch sets for a change. This shows you every revision, the uploader info, and the commit SHAs for a complete version history.
Can I use this to manage group permissions in Gerrit?
You can list all groups to see their names, IDs, owners, and descriptions. This makes it much easier to audit who has access to which projects in your organization.
Can I see the branches for a specific project?
Yes, you can list all branches within any Gerrit project. The agent will also pull the latest commit SHAs for each branch so you can verify the current state.
How do I get my account info using this Connector?
You can fetch your authenticated user profile and list all verified email addresses associated with your account. This is useful for verifying account contexts during audits.
Can my agent list open changes across all Gerrit projects?
Yes. Use the 'query_changes' capability with the query 'status:open'. The agent will retrieve the global array of all matching changes, including subjects, numbers, and owners natively.
How do I see the approval labels (Code-Review, Verified) for a specific change via chat?
Use the 'get_change' capability. It retrieves the full details of a Gerrit change, including the 'labels' section where you can see the Code-Review and Verified scores assigned by reviewers natively.
Can I check which groups have access to a specific project through the agent?
Absolutely. Use the 'list_groups' capability to identify existing groups. While project access rules are often defined in the project settings, the agent can help you verify group definitions and ownership within your organizational tree flawlessly.
One connection away
Give your agent a direct line to Gerrit.
Connect Gerrit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available