create_changeCGerrit MCP ServerSubmit code for review by creating a new Gerrit change with project, subject, and branch.Apache 2.0
get_server_versionAmcp-gerrit-code-reviewRetrieve the version string of the connected Gerrit instance. Use this to check server capabilities and compatibility.MIT
list_change_commentsAmcp-gerrit-code-reviewList all comments on a Gerrit change, including inline file/line details, unresolved status, and reply threads.MIT
get_accountAmcp-gerrit-code-reviewRetrieve details of a specific Gerrit account by ID, username, or email. Use 'self' to get the currently authenticated user's account info.MIT
query_accountsAmcp-gerrit-code-reviewSearch Gerrit accounts by name, username, or email to locate reviewers and retrieve account details.MIT
restore_changeAmcp-gerrit-code-reviewRestore an abandoned Gerrit change to active status. Reactivate the change to continue code review and collaboration.MIT
Gerrit MCP ServerofficialVersion ControlCI/CD & DevOpsDeveloper ToolsGerritCodeReviewAlicenseBqualityCmaintenanceEnables interaction with Gerrit code review system via REST API, allowing language models to query changes, retrieve details, and manage reviews. Updated 12 hours ago (2026-08-10 22:58 UTC)2520Apache 2.0
Gerrit MCP ServerVersion ControlDeveloper Toolsiceleaf916Alicense-qualityDmaintenanceAn MCP server that enables language models to query and manage Gerrit code reviews via the REST API. Updated 5 months ago (2026-03-02 06:17 UTC)1Apache 2.0
get_change_detailsAmcp-gerrit-code-reviewRetrieve full details for a specific Gerrit change, including owner, labels, messages, revisions, and reviewers.MIT
get_commit_messageAmcp-gerrit-code-reviewRetrieve the complete commit message for any revision of a Gerrit change, including subject, body, author, committer, and parent commits.MIT
get_server_infoAmcp-gerrit-code-reviewRetrieve Gerrit server configuration details including capabilities, authentication methods, change settings, download schemes, and plugin info.MIT
list_projectsAmcp-gerrit-code-reviewList Gerrit projects accessible to the current user. Filter by name prefix and optionally include project descriptions.MIT
query_changes_by_date_and_filtersAGerrit MCP ServerSearch Gerrit for changes within a date range, with optional filters for project, commit message substring, and status.Apache 2.0
get_gerrit_cl_bot_errorsAChromium CodeSearch MCPRetrieve detailed error messages and stack traces from failed Chromium Gerrit CL try-bots to diagnose test failures and assertion errors.
publish_draftsAGerrit MCP ServerPublish all pending draft comments on a change as a single review, so they become visible to other reviewers.Apache 2.0
get_gerrit_cl_trybot_statusAChromium CodeSearch MCPCheck try-bot status for Chromium Gerrit CLs to identify test failures and pass/fail counts across patchsets.
get_pdfium_gerrit_cl_trybot_statusAChromium CodeSearch MCPCheck try-bot test results for PDFium code changes, showing pass/fail counts and individual bot status to monitor review progress.
list_pdfium_gerrit_clsAChromium CodeSearch MCPRetrieve PDFium code review changes from Gerrit dashboard using authentication, enabling search and filtering of CLs for development tracking.
add_reviewerAGerrit MCP ServerAdd a user or group to a Gerrit change as a reviewer or CC, enabling collaboration on code reviews.Apache 2.0
post_draft_commentAGerrit MCP ServerCreate a draft comment on a file line in Gerrit, visible only to you until published, with support for threaded replies via parent comment IDs.Apache 2.0
list_draft_commentsAGerrit MCP ServerList all draft comments on a Gerrit change by passing its change ID, making it easy to review unpublished feedback before finalizing.Apache 2.0
list_gerrit_clsBChromium CodeSearch MCPRetrieve Gerrit code review changes from Chromium dashboard using search queries and authentication. Filter by owner, status, or specific CL numbers to monitor review progress.