GerritMCPServer

LokeshBolisetty/GerritMCPServer
★ 1 stars Python 🤖 AI/LLM Updated 1mo ago
MCP server to interact with Gerrit to do code reviews using AI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gerritmcpserver": {
      "command": "uvx",
      "args": [
        "gerritmcpserver"
      ]
    }
  }
}

Or install with pip: pip install gerritmcpserver