ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Gerrit with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage code reviews via Gerrit. query changes and patch sets, handle reviewers and approvals, and audit project branches directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Gerrit capability set.

These are the exact actions your AI can choose when you ask it to work with Gerrit.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Gerrit.

  1. 01

    List projects

    List all projects (repositories) on Gerrit

  2. 02

    List groups

    Returns group names, IDs, owners, and descriptions. List all groups on Gerrit

  3. 03

    Get account

    Get the authenticated Gerrit account

  4. 04

    Get change

    Get full details of a Gerrit change

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Gerrit.

  1. 05

    Get project

    Get full details of a Gerrit project

  2. 06

    List branches

    List all branches in a Gerrit project

  3. 07

    List emails

    List all email addresses associated with the authenticated Gerrit account

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Gerrit.

  1. 08

    Query changes

    Uses syntax: "status:open", "owner:self", "project:myproj". Returns subjects, numbers, statuses, owners, projects, patches. Query changes (code reviews) on Gerrit

  2. 09

    List patchsets

    List all patch sets (revisions) of a Gerrit change

  3. 10

    List reviewers

    List all reviewers on a Gerrit change

Observed, not estimated

826ms average. Fast in production.

Gerrit is checked daily against the live service.

Daily averagePeak 1037ms
Aug 20Today
Fastest day
677ms
Slowest day
1037ms
14-day trend
Slowing+29%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Gerrit, so you can see the experience inside your AI.

It does not authenticate your account with Gerrit. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Gerrit Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Gerrit capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "gerrit-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1L2um2puyGWUtZ39TYLOCAA2Zurxj3pUPXHkxEEj/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Gerrit owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.