Vinkius

Gerrit MCP. Manage code reviews from conversation.

Gerrit MCP lets you manage every step of your code review process directly through conversation. Query changes by status or owner, track the full history of patch sets, audit approvals, and map out project branches without leaving your agent chat. It gives your AI client complete oversight of your entire Git workflow.

Gerrit MCP is compatible with Claude Claude
Gerrit MCP is compatible with ChatGPT ChatGPT
Gerrit MCP is compatible with Cursor Cursor
Gerrit MCP is compatible with Gemini Gemini
Gerrit MCP is compatible with Windsurf Windsurf
Gerrit MCP is compatible with VS Code VS Code
Gerrit MCP is compatible with JetBrains JetBrains
Gerrit MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Track open changes

Find specific code reviews by status, owner, or project name using advanced search syntax.

Audit version history

Retrieve the complete list of patch sets for a change to track every commit SHA and parent revision in its lifecycle.

Monitor approvals

List who has reviewed a change and verify if necessary approval labels have been applied by team members.

View repository structure

Get metadata for all projects, list branches within a project, or check the latest commit SHAs to understand repo boundaries.

Manage access and users

List associated user emails, audit system groups, or fetch detailed information about authenticated accounts.

Waiting for input…

AI Agent
Gerrit

What AI agents can do with Gerrit: 10 Tools for Code Review Operations

These tools allow you to query specific data points within Gerrit, whether it's listing projects, retrieving user details, or tracking the commit history of a change.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Gerrit MCP

Query Changes

Find specific code reviews (changes) on Gerrit using advanced filters like status or owner.

Get Change

Retrieves the full, detailed information for a single specified change ID.

List Projects

Lists every project (repository) available on your Gerrit instance.

Get Project

Gets full, detailed metadata about a specific Gerrit project.

List Branches

Lists all defined branches within any given Gerrit project.

Get Account

Fetches the profile information for the currently authenticated Gerrit user account.

List Emails

Lists all email addresses associated with your verified Gerrit account.

List Reviewers

Retrieves a list of users who have reviewed a specific change.

List Patchsets

Lists all historical revisions (patch sets) for a change, including commit SHAs and...

List Groups

Returns the names, IDs, and ownership information for all defined groups in Gerrit.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Gerrit MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Gerrit integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Gerrit, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Gerrit MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Gerrit. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The manual process of reviewing a single change is a nightmare.

Today, if you need to check one person's changes against three different branches and verify two required approvals, you open Gerrit. You find the change number; you switch tabs to see the list of reviewers; you run another query to get the patch set history, and then you have to manually cross-reference all that data—all before you can even start writing code.

With this MCP connected via Vinkius, you just ask your agent. 'What is the status of change #501?' The agent runs `get_change`, aggregates the reviewer list using `list_reviewers`, and summarizes the approval labels in one clean response. You get the answer immediately, without touching a browser tab.

Gerrit MCP Gives You Full Code Review Oversight

Gone are the days of having to manually cross-reference commit SHAs from different patch sets or running through multiple filter queries just to find an open change by owner. The agent handles all that data aggregation for you.

You don't just get a list; you get context. You ask, and it reports back on the project structure, the users involved, and the current state of approvals. It’s not just better—it fundamentally changes how fast your team can actually merge code.

What Gerrit MCP does for your AI

Need to keep tabs on what's being coded? This MCP connects your Gerrit instance directly to any AI agent, giving you total control over code reviews and repository management through natural conversation. Instead of opening dozens of browser tabs just to check status updates or commit SHAs, you talk to your agent.

You can ask for all open changes in a specific project, filtering by owner or status using syntax like 'status:open'. Need to verify who needs to approve something? Ask the agent to list reviewers and check if required labels, like 'Code-Review' or 'Verified', are present. It also helps you map out your repository structure; you can query all projects, list every branch in a project, and even audit user groups to see who has access control.

If you use Vinkius, you get this entire suite of developer tools connected once and accessible from any compatible client.

Built · Hosted · Managed by Vinkius Gerrit MCP - Manage Code Reviews & Branches
Server ID 019d75a3-8ee0-70ec-a0e0-538d27e5fef4
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Gerrit MCP

How do I check my open Gerrit changes using the query_changes tool? +

You simply ask your agent to run query_changes and provide a filter, such as 'status:open' or 'owner:self'. The MCP handles the advanced syntax so you don't have to remember it.

Can I use Gerrit MCP to see all branches in a project? +

Yes. You ask the agent to list all projects first, then specify which one you want details on and run list_branches for that project's current state.

What is the difference between get_change and list_patchsets? +

The get_change tool gives you the high-level metadata (who, what, when). The list_patchsets tool drills down further to give you a full historical record of every commit SHA that contributed to that change.

Is Gerrit MCP useful for auditing group permissions? +

Absolutely. You can use the agent to run list_groups and then query specific groups to verify who has control over which parts of your organization's project access.

Does this MCP help with pull request workflows? +

Yes, it manages the core components of PR workflows. You can check approvals (list_reviewers) and track the full commit history required to complete a successful merge.