Overview
What is Code Reviewer MCP?
Code Reviewer MCP is an AI-powered code review server designed to automate the review process for GitHub pull requests using Model Context Protocol.
How to use Code Reviewer MCP?
To use Code Reviewer MCP, clone the repository, install the dependencies, set the required environment variables, and start the server. It integrates with GitHub to provide automated reviews.
Key features of Code Reviewer MCP?
- Automated code reviews for GitHub pull requests
- Detailed feedback on code quality, style, and potential issues
- Integration with OpenRouter's AI models (currently using Gemini 2.5 Pro)
- Comprehensive logging for debugging
Use cases of Code Reviewer MCP?
- Streamlining the code review process for open-source projects.
- Enhancing code quality by providing automated feedback.
- Assisting developers in identifying potential issues before merging code.
FAQ from Code Reviewer MCP?
- Can Code Reviewer MCP work with private repositories?
Currently, it only supports public GitHub repositories.
- Is there a limit on the type of pull requests?
Yes, it only works with open pull requests, not draft PRs.
- How do I set up the server?
Follow the installation instructions in the repository to set up the server.