gerrit-code-review-mcp
If you are the rightful owner of gerrit-code-review-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides integration with the Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
The Gerrit Review MCP Server is designed to facilitate seamless integration with the Gerrit code review system. It allows AI assistants to access and review code changes, providing detailed insights into modifications, patch sets, and review histories. The server leverages the Gerrit REST API to fetch and compare change details, ensuring secure and efficient communication. With features like fetching change details, comparing patchset differences, and viewing specific file changes, the server offers a comprehensive toolset for code review. It supports Python 3.10 or higher and requires Gerrit HTTP access credentials for operation. Installation can be done via Smithery or manually, with configuration options available for environment variables and MCP settings.
Features
- Fetch Change Details: Retrieve complete change information including files, patch sets, and detailed diffs.
- Compare Patchset Differences: Analyze differences between two patchsets of a change, including specific file differences.
- View Specific File Changes: Get diffs for specific files between patchsets to track code modifications.
- Secure Authentication: Uses HTTP digest authentication for secure access to Gerrit.
- HTTPS Encryption: Ensures secure communication with the Gerrit server.