MCP Servers / version-control / Gerrit Code Review

Gerrit Code Review

JSON →
stdionone38version-control

Integrates with the Gerrit code review system to review code changes and details.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: gerrit-code-review
Tools
What this server exposes
fetch_gerrit_change
Fetches complete change information including files and patch sets, showing detailed diff information for each modified file, file changes, insertions, deletions, project and branch information, author and reviewer details, comments and review history, file modifications with diff content, and current patch set information.
fetch_patchset_diff
Compare differences between two patchsets of a change, view specific file differences or all changed files, analyze code modifications across patchset versions, and track evolution of changes through review iterations.
submit_gerrit_review
Post summary feedback, vote labels (e.g., {"Code-Review": 1}), and inline/file-level comments. Target a specific patchset or default to the latest revision. Control Gerrit's notification behaviour (notify: NONE, OWNER, OWNER_REVIEWERS, ALL). Comment payloads accept dictionaries with path, message, and optional Gerrit comment fields (line, side, range, ...).
Configuration
Environment & auth
authnone
envGERRIT_HOST
envDOCKER_HOST
Resources
Gerrit Code Review — MCP Server · libregistry