Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Code Review Automation

FreeNot checked

MCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.

GitHubEmbed

About

MCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.

README

MCP server for automated code review using AI agents. Analyze code diffs for bugs, security issues, and style violations, or run static analysis on file paths.

Tools

review_code

Analyze a code diff or file content for bugs, security issues, and style violations.

  • diff (string, required): The code diff or file content to review

check_quality

Run static analysis checks on a file path.

  • path (string, required): File path to analyze

Quick Start (local)

pip install -r requirements.txt
export MCP_BILLING_API=https://mcp-billing-api.onrender.com
uvicorn server:starlette_app --host 0.0.0.0 --port 8000

Usage with Claude Desktop / MCP clients

{
  "mcpServers": {
    "code-review-automation": {
      "url": "https://mcp-code-review.onrender.com/"
    }
  }
}

Deployed endpoint

https://mcp-code-review.onrender.com/ — Streamable HTTP transport at root path. Health check at /health.

Environment Variables

Variable Required Description
MCP_BILLING_API Yes Billing API endpoint
MCP_LICENSE_KEY Yes License key for billing
AGENTICMARKET_SECRET No Secret for AgenticMarket authentication

License

MIT

PyPI GitHub

from github.com/KennyWayn3/code-review-automation

Install Code Review Automation in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install code-review-automation

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add code-review-automation -- uvx code-review-automation

FAQ

Is Code Review Automation MCP free?

Yes, Code Review Automation MCP is free — one-click install via Unyly at no cost.

Does Code Review Automation need an API key?

No, Code Review Automation runs without API keys or environment variables.

Is Code Review Automation hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Code Review Automation in Claude Desktop, Claude Code or Cursor?

Open Code Review Automation on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Code Review Automation with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs