Gerrit Code Review
Rank #7,034team.gaijin/go-gerrit-mcp
Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session
Gerrit Code Review is a Model Context Protocol (MCP) server published by GaijinEntertainment. It ranks #7,034 of 132,113 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Gerrit Code Review is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 125,079 of 132,113 servers on MCP Toplist.
Use Gerrit Code Review
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add go-gerrit-mcp -e "GERRIT_URL=<your GERRIT_URL>" -e "GERRIT_USERNAME=<your GERRIT_USERNAME>" -e "GERRIT_TOKEN=<your GERRIT_TOKEN>" -e "GERRIT_MCP_GROUPS=<your GERRIT_MCP_GROUPS>" -e "GERRIT_MCP_PROJECTS=<your GERRIT_MCP_PROJECTS>" -e "GERRIT_MCP_OWN_CHANGES_ONLY=<your GERRIT_MCP_OWN_CHANGES_ONLY>" -e "GERRIT_MCP_REVIEW_NOTIFICATIONS=<your GERRIT_MCP_REVIEW_NOTIFICATIONS>" -e "GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL=<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>" -e "GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN=<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>" -e "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS=<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>" -e "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS=<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>" -- docker run -i --rm ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3Replace each placeholder with your own value before saving.
[mcp_servers.go-gerrit-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"]
[mcp_servers.go-gerrit-mcp.env]
GERRIT_URL = "<your GERRIT_URL>"
GERRIT_USERNAME = "<your GERRIT_USERNAME>"
GERRIT_TOKEN = "<your GERRIT_TOKEN>"
GERRIT_MCP_GROUPS = "<your GERRIT_MCP_GROUPS>"
GERRIT_MCP_PROJECTS = "<your GERRIT_MCP_PROJECTS>"
GERRIT_MCP_OWN_CHANGES_ONLY = "<your GERRIT_MCP_OWN_CHANGES_ONLY>"
GERRIT_MCP_REVIEW_NOTIFICATIONS = "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>"
GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL = "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>"
GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN = "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>"
GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS = "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>"
GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS = "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-gerrit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "<your GERRIT_URL>",
"GERRIT_USERNAME": "<your GERRIT_USERNAME>",
"GERRIT_TOKEN": "<your GERRIT_TOKEN>",
"GERRIT_MCP_GROUPS": "<your GERRIT_MCP_GROUPS>",
"GERRIT_MCP_PROJECTS": "<your GERRIT_MCP_PROJECTS>",
"GERRIT_MCP_OWN_CHANGES_ONLY": "<your GERRIT_MCP_OWN_CHANGES_ONLY>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-gerrit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "<your GERRIT_URL>",
"GERRIT_USERNAME": "<your GERRIT_USERNAME>",
"GERRIT_TOKEN": "<your GERRIT_TOKEN>",
"GERRIT_MCP_GROUPS": "<your GERRIT_MCP_GROUPS>",
"GERRIT_MCP_PROJECTS": "<your GERRIT_MCP_PROJECTS>",
"GERRIT_MCP_OWN_CHANGES_ONLY": "<your GERRIT_MCP_OWN_CHANGES_ONLY>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"go-gerrit-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "<your GERRIT_URL>",
"GERRIT_USERNAME": "<your GERRIT_USERNAME>",
"GERRIT_TOKEN": "<your GERRIT_TOKEN>",
"GERRIT_MCP_GROUPS": "<your GERRIT_MCP_GROUPS>",
"GERRIT_MCP_PROJECTS": "<your GERRIT_MCP_PROJECTS>",
"GERRIT_MCP_OWN_CHANGES_ONLY": "<your GERRIT_MCP_OWN_CHANGES_ONLY>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-gerrit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "<your GERRIT_URL>",
"GERRIT_USERNAME": "<your GERRIT_USERNAME>",
"GERRIT_TOKEN": "<your GERRIT_TOKEN>",
"GERRIT_MCP_GROUPS": "<your GERRIT_MCP_GROUPS>",
"GERRIT_MCP_PROJECTS": "<your GERRIT_MCP_PROJECTS>",
"GERRIT_MCP_OWN_CHANGES_ONLY": "<your GERRIT_MCP_OWN_CHANGES_ONLY>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-gerrit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "<your GERRIT_URL>",
"GERRIT_USERNAME": "<your GERRIT_USERNAME>",
"GERRIT_TOKEN": "<your GERRIT_TOKEN>",
"GERRIT_MCP_GROUPS": "<your GERRIT_MCP_GROUPS>",
"GERRIT_MCP_PROJECTS": "<your GERRIT_MCP_PROJECTS>",
"GERRIT_MCP_OWN_CHANGES_ONLY": "<your GERRIT_MCP_OWN_CHANGES_ONLY>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<your GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/team.gaijin%2Fgo-gerrit-mcp)<a href="https://mcptoplist.com/server/team.gaijin%2Fgo-gerrit-mcp"><img src="https://mcptoplist.com/badge/team.gaijin%2Fgo-gerrit-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
GaijinEntertainment
Other servers by GaijinEntertainment
View all GaijinEntertainment servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.3 | Jul 15, 2026 |
| 1.1.2 | Jul 15, 2026 |
| 1.1.0 | Jul 15, 2026 |
Frequently asked questions
- Who maintains Gerrit Code Review?
- Gerrit Code Review is maintained by GaijinEntertainment, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Gerrit Code Review listed on the Official MCP Registry?
- Yes — Gerrit Code Review is listed on the Official MCP Registry, alongside Glama.
- How many versions does Gerrit Code Review have?
- MCP Toplist tracks 3 versions of Gerrit Code Review, most recently published on Jul 15, 2026.
- Where can I find the source code for Gerrit Code Review?
- The source code for Gerrit Code Review is hosted at github.com/GaijinEntertainment/go-gerrit-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.