Gerrit MCP Server
OfficialThe Gerrit MCP Server enables interaction with Gerrit code review through tools for querying changes, retrieving details, managing changes, and handling reviews.
Query & Search: Search changes by query string, date range, project, message substring, status; get most recent CL; suggest reviewers; list changes that would be submitted together.
Retrieve Details: Get change summaries, commit messages, modified files, file diffs, comments, and extract bug IDs.
Change Management: Create, abandon, revert (single or submission), set ready/WIP, manage topics, add reviewers/CCs.
Review Comments: Post review comments, create, list, delete draft comments, publish drafts.
All tools accept an optional gerrit_base_url to target a specific Gerrit instance. The server can run as an HTTP service or via STDIO and integrates with LLMs like Gemini and Claude.
Interacts with the Gerrit code review system to query changes, retrieve details, and manage reviews via its REST API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gerrit MCP Serverlist my pending reviews"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🐍 Gerrit MCP Server
An MCP (Model Context Protocol) server for interacting with the Gerrit code
review system. This server allows a language model like Gemini to query changes,
retrieve details, and manage reviews by executing curl commands against the
Gerrit REST API.
This server can be run as a persistent HTTP server or on-demand via STDIO.
📚 Documentation
For detailed information, please see the documents in the docs/ directory:
Configuration: A detailed guide to the
gerrit_config.jsonfile and all authentication methods.Testing Guide: Instructions on how to run the unit, integration, and E2E tests.
Gemini CLI Setup: How to configure the Gemini CLI to use this server.
Claude Code Setup: How to use this server as a Claude Code plugin.
Best Practices: Tips for using the server effectively.
Contributing: Guidelines for contributing to the project.
Available Tools: A list of all available tools and their descriptions.
Extensions: How to register additional MCP tools without modifying the core server.
Example Use Cases: Scenarios demonstrating how to use the server.
Related MCP server: Gerrit MCP Server
🚀 Getting Started
1. Prerequisites
Before you begin, ensure you have the following tools installed and available in
your system's PATH.
Python 3.12+: Required by the server.
uv: Used for dependency management and running the server. Optional — the build script will install it via
pipif absent.curl: The standard command-line tool for transferring data with URLs.
2. Build the Environment
Run the build script from the root of the gerrit-mcp-server project directory.
This will create a virtual environment in .venv via uv sync and install all
dependencies.
./build-gerrit.sh3. Configure the Server
You will need to create a gerrit_config.json file inside the
gerrit_mcp_server directory. Copy the provided sample file
gerrit_mcp_server/gerrit_config.sample.json and customize it for your
environment. See the Configuration Guide for
details on all available options.
cp gerrit_mcp_server/gerrit_config.sample.json gerrit_mcp_server/gerrit_config.jsonAlternatively, if your harness supports skills (tested with Claude Code), the
/gerrit:setup skill can create or repair this file for you interactively. See
Interactive Setup.
4. Run the Server (HTTP Mode)
To run the server as a persistent background process, use the server.sh
script:
Start the server:
./server.sh startCheck the status:
./server.sh statusStop the server:
./server.sh stop
For on-demand STDIO mode, please see the Gemini CLI Setup Guide or, to use this server as a Claude Code plugin, the Claude Code Setup Guide.
Security
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides integration with Gerrit code review system, allowing AI assistants to fetch change details and compare patchset differences for code reviews.37MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables language models to query and manage Gerrit code reviews via the REST API.1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server for OpenDev Gitea and Gerrit APIs, enabling repository browsing, code review, and change management for LLM agents.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes Gerrit code review operations as capability-gated tools, enabling AI agents to search and read changes, publish comments, vote, and manage change state, with write capabilities as explicit opt-in.7MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Git-backed platform for skills, tools, and context for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GerritCodeReview/gerrit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server