query_changes_by_date_and_filtersAGerrit MCP ServerBSearch Gerrit for changes within a date range, with optional filters for project, commit message substring, and status.Apache 2.0
create_changeCGerrit MCP ServerBSubmit code for review by creating a new Gerrit change with project, subject, and branch.Apache 2.0
get_server_versionAmcp-gerrit-code-reviewARetrieve the version string of the connected Gerrit instance. Use this to check server capabilities and compatibility.MIT
list_change_filesAmcp-gerrit-code-reviewAList files modified in a Gerrit change, returning file paths with status, size, and line counts for each file.MIT
abandon_changeAmcp-gerrit-code-reviewAAbandon a Gerrit change to remove it from submission consideration. Provide a reason message to document the decision.MIT
query_changesAmcp-gerrit-code-reviewARetrieve Gerrit changes matching a query by status, project, owner, or reviewer. Returns a list of review items for further inspection.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 3 days ago (2026-09-03 04:55 UTC)2520Apache 2.0
go-gerrit-mcpVersion ControlDeveloper ToolsGaijinEntertainmentAlicense-Not gradedqualityAmaintenanceAn MCP server that exposes Gerrit code review operations as capability-gated tools, enabling AI agents to search and read changes, publish comments, vote, and manage change state, with write capabilities as explicit opt-in. Updated 9 days ago (2026-08-28 05:54 UTC)8MIT
list_change_commentsAmcp-gerrit-code-reviewAList all comments on a Gerrit change, including inline file/line details, unresolved status, and reply threads.MIT
add_reviewerAmcp-gerrit-code-reviewAAdd a reviewer to a Gerrit change using account ID, username, email, or group name; the reviewer is notified automatically.MIT
get_accountAmcp-gerrit-code-reviewARetrieve 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-reviewASearch Gerrit accounts by name, username, or email to locate reviewers and retrieve account details.MIT
restore_changeAmcp-gerrit-code-reviewARestore an abandoned Gerrit change to active status. Reactivate the change to continue code review and collaboration.MIT
get_change_detailsAmcp-gerrit-code-reviewARetrieve full details for a specific Gerrit change, including owner, labels, messages, revisions, and reviewers.MIT
get_file_diffAmcp-gerrit-code-reviewAGet the unified diff of a file in a Gerrit change, including added, removed, and modified lines with context.MIT
get_commit_messageAmcp-gerrit-code-reviewARetrieve 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-reviewARetrieve Gerrit server configuration details including capabilities, authentication methods, change settings, download schemes, and plugin info.MIT
list_projectsAmcp-gerrit-code-reviewAList Gerrit projects accessible to the current user. Filter by name prefix and optionally include project descriptions.MIT
get_gerrit_cl_bot_errorsAChromium CodeSearch MCPARetrieve detailed error messages and stack traces from failed Chromium Gerrit CL try-bots to diagnose test failures and assertion errors.-
publish_draftsAGerrit MCP ServerBPublish 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 MCPACheck try-bot status for Chromium Gerrit CLs to identify test failures and pass/fail counts across patchsets.-
get_pdfium_gerrit_cl_trybot_statusAChromium CodeSearch MCPACheck 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 MCPARetrieve PDFium code review changes from Gerrit dashboard using authentication, enabling search and filtering of CLs for development tracking.-