code-review-mcp

code-review-mcp

3.4

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

An MCP server for performing code reviews using various LLMs, designed for integration with AI coding assistants.

The @vibesnipe/code-review-mcp is a Model Context Protocol server that facilitates code reviews by leveraging Large Language Models (LLMs). Initially created for Claude Code, it now supports other AI IDEs and Claude Desktop. The server analyzes git diffs for staged changes, differences from HEAD, or between branches, providing contextualized reviews based on task descriptions and project details. It integrates with Google Gemini, OpenAI, and Anthropic models through the Vercel AI SDK, and outputs reviews in markdown format. The server is designed to be run from the root of any Git repository and is easily installable via `npx`.

Features

  • Reviews git diffs for staged changes, current HEAD, and branch differences.
  • Integrates with Google Gemini, OpenAI, and Anthropic models via Vercel AI SDK.
  • Allows specification of task description, review focus, and project context.
  • Outputs reviews in clear, actionable markdown format.
  • Easily installable and runnable via `npx`.