Code Review Automation
FreeNot checkedMCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.
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
Install Code Review Automation in Claude Desktop, Claude Code & Cursor
unyly install code-review-automationInstalls 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-automationFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
