mcpbeat Sign in

MCP Code Review Server MCP Server

by goodjobwilliam Your server? Claim it
local only

MCP Code Review Server runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from pypi. Last commit 30 Aug 2026.

Code review as an MCP server — structured reviews with OWASP security scanning.

Installs per day peak 566 · avg 36 · -42% w/w
a month agotoday
144
Installs / week
pypi · aicraft-code-review
2
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

            diff = subprocess.run(["git", "diff"], capture_output=True, text=True).stdout
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mcp_code_review/__init__.py:1, [пакет] src/mcp_code_review/__main__.py:1, [пакет] src/mcp_code_review/cli.py:1 и ещё 3
этот файл ставится пользователю, но в репозитории его нет
    result = subprocess.run(command, capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aicraft-code-review -- uvx aicraft-code-review
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aicraft-code-review": {
      "args": [
        "aicraft-code-review"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aicraft-code-review]
command = "uvx"
args = ["aicraft-code-review"]
.cursor/mcp.json
{
  "mcpServers": {
    "aicraft-code-review": {
      "args": [
        "aicraft-code-review"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aicraft-code-review": {
      "args": [
        "aicraft-code-review"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Code Review Server

same job, measured the same way
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

87 installs/wk local only
Search
by dave-london

MCP server for code search (ripgrep + fd) with structured, token-efficient output

168 installs/wk local only
Codex MCP Bridge
by hampsterx

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

81 installs/wk local only
Code Analyze MCP
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

64 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

56 installs/wk local only
Arcjet
by arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

answering

MCP Code Review Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Code Review Server?
MCP Code Review Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aicraft-code-review was installed 144 times last week.
How do I connect MCP Code Review Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aicraft-code-review straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Code Review Server?
The pypi package aicraft-code-review was installed 144 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Code Review Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.