mcp-code-review-server
12
Code Review Server is a custom MCP server designed for performing code reviews using Repomix and various large language models. It provides structured reviews with specific issues and recommendations and supports multiple LLM providers, offering tools for detailed code analysis and evaluation.
Code Review Server
A custom MCP server that performs code reviews using Repomix and LLMs.
Features
- Flatten codebases using Repomix
- Analyze code with Large Language Models
- Get structured code reviews with specific issues and recommendations
- Support for multiple LLM providers (OpenAI, Anthropic, Gemini)
- Handles chunking for large codebases
Usage
As an MCP Server
The code review server implements the Model Context Protocol (MCP) and can be used with any MCP client. The server exposes two main tools:
analyze_repo
: Flattens a codebase using Repomixcode_review
: Performs a code review using an LLM