Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Code Review Automation

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Code Review Automation

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Code Review Automation MCP бесплатный?

Да, Code Review Automation MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Code Review Automation?

Нет, Code Review Automation работает без API-ключей и переменных окружения.

Code Review Automation — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Code Review Automation в Claude Desktop, Claude Code или Cursor?

Открой Code Review Automation на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Code Review Automation with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development