crazyrabbitLTC_mcp-code-review-server
0
The Code Review Server is an MCP server designed to perform detailed code reviews using Repomix and Large Language Models (LLMs). It supports multiple LLM providers, offering structured reviews with recommendations and issue identification.
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
LLM Integration
The code review server integrates directly with multiple LLM provider APIs, including OpenAI, Anthropic, and Gemini.