Skip to main content
Glama
KennyWayn3

code-review-automation

by KennyWayn3

code-review-automation - MCP Server

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

Related MCP server: greybeard

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides AI-powered code review and architecture analysis, simulating the perspective of an experienced staff engineer. It integrates with IDEs to review diffs, design decisions, and tradeoffs through natural language.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides local code quality analysis for AI coding assistants, supporting file analysis, git diff review, and full project scanning with quality scoring.
    4
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that performs automated code reviews by analyzing git diffs against configurable review standards with custom reviewer personas.
    7
    2
    MIT