Skip to content
Grok

Gerrit Code Review for Grok

team.gaijin/go-gerrit-mcp

Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session

client:Grok transport:stdio runtime:oci

Install Gerrit Code Review in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "go-gerrit-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
      ],
      "env": {
        "GERRIT_URL": "<GERRIT_URL>",
        "GERRIT_USERNAME": "<GERRIT_USERNAME>",
        "GERRIT_TOKEN": "<GERRIT_TOKEN>",
        "GERRIT_MCP_GROUPS": "<GERRIT_MCP_GROUPS>",
        "GERRIT_MCP_PROJECTS": "<GERRIT_MCP_PROJECTS>",
        "GERRIT_MCP_OWN_CHANGES_ONLY": "<GERRIT_MCP_OWN_CHANGES_ONLY>",
        "GERRIT_MCP_REVIEW_NOTIFICATIONS": "<GERRIT_MCP_REVIEW_NOTIFICATIONS>",
        "GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "<GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL>",
        "GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "<GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN>",
        "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "<GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS>",
        "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": "<GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Gerrit Code Review in other clients