code-review-mcp

code-review-mcp

7

The code-review-mcp server enables automated code reviews using LLMs, designed for integration with AI coding assistants like Claude Code, Cursor, and Windsurf. It reviews git changes with contextual feedback and supports various LLMs including Google, OpenAI, and Anthropic.

Code Review MCP

Version: 1.0.0

An MCP (Model Context Protocol) server that facilitates code reviews using various Large Language Models (LLMs). This server integrates seamlessly with AI coding assistants like Anthropic's Claude Code, Cursor, Windsurf, and others.

Features

  • Conducts reviews of git diffs and branch differences.
  • Supports integration with Google, OpenAI, and Anthropic models.
  • Provides contextual and task-focused reviews.
  • Outputs reviews in clear, actionable markdown format.
  • Quick installation and execution via npx.

Usage

  1. Navigate to the root directory of your Git repository.
  2. Run the server using npx -y @vibesnipe/code-review-mcp.

Compatibility

  • Node.js: 18 or higher.
  • Operating Systems: Windows, macOS, Linux.
  • Git: 2.20.0 or higher.

Prerequisites

  • Node.js and Git installed and accessible.
  • API keys for LLMs (Google, OpenAI, Anthropic).

Integration

Supports integration with Claude Code, Cursor, and Windsurf. Allows creation of workflows and smart slash commands to invoke the review tool efficiently without manual input.