crazyrabbitLTC_mcp-code-review-server

crazyrabbitLTC_mcp-code-review-server

3.1

If you are the rightful owner of crazyrabbitLTC_mcp-code-review-server 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.

A custom MCP server that performs code reviews using Repomix and LLMs.

The Code Review Server is a specialized Model Context Protocol (MCP) server designed to facilitate comprehensive code reviews by leveraging Repomix for codebase flattening and Large Language Models (LLMs) for analysis. It supports multiple LLM providers, including OpenAI, Anthropic, and Gemini, allowing users to choose their preferred AI model for code analysis. The server is capable of handling large codebases by chunking them into manageable parts, ensuring that even extensive projects can be reviewed efficiently. Users can configure the server to focus on specific areas such as security, performance, or maintainability, and receive structured feedback with actionable recommendations. The server is designed to be flexible, supporting various file types and offering different levels of detail in its reviews.

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

Tools

  1. analyze_repo

    Flattens a codebase using Repomix

  2. code_review

    Performs a code review using an LLM