Loading MCP server directory, please wait...
Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session
npx @getmcp/cli add team.gaijin/go-gerrit-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GERRIT_URLBase URL of the Gerrit instance
GERRIT_USERNAMEAccount username for HTTP authentication
GERRIT_TOKENHTTP password or token of the account
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"team.gaijin/go-gerrit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GERRIT_URL",
"-e",
"GERRIT_USERNAME",
"-e",
"GERRIT_TOKEN",
"-e",
"GERRIT_MCP_GROUPS",
"-e",
"GERRIT_MCP_PROJECTS",
"-e",
"GERRIT_MCP_OWN_CHANGES_ONLY",
"-e",
"GERRIT_MCP_REVIEW_NOTIFICATIONS",
"-e",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL",
"-e",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN",
"-e",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS",
"-e",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS",
"ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3"
],
"env": {
"GERRIT_URL": "",
"GERRIT_USERNAME": "",
"GERRIT_TOKEN": "",
"GERRIT_MCP_GROUPS": "read",
"GERRIT_MCP_PROJECTS": "",
"GERRIT_MCP_OWN_CHANGES_ONLY": "true",
"GERRIT_MCP_REVIEW_NOTIFICATIONS": "false",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL": "60s",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN": "false",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS": "",
"GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS": ""
}
}
}
}