mcpbeat Sign in

Code Review Analyst MCP Server

local only

Code Review Analyst runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Mar 2026.

Gemini-powered MCP server for code review analysis.

Installs / week
npm · @j0hanz/code-review-analyst-mcp
0
Stars
0 open issues
9 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Code Review Analyst every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 code-review-analyst -- npx -y @j0hanz/code-review-analyst-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-review-analyst": {
      "args": [
        "-y",
        "@j0hanz/code-review-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-review-analyst]
command = "npx"
args = ["-y", "@j0hanz/code-review-analyst-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-review-analyst": {
      "args": [
        "-y",
        "@j0hanz/code-review-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-review-analyst": {
      "args": [
        "-y",
        "@j0hanz/code-review-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Code Review Analyst

same job, measured the same way
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
MCP Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

45 installs/wk local only
Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

local only
CodeSherlock
by fgc-shreyansh-chachaundiya

AI-powered static and contextual code analysis MCP server

92 installs/wk local only

Code Review Analyst — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Review Analyst?
Code Review Analyst 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 npm package @j0hanz/code-review-analyst-mcp.
How do I connect Code Review Analyst?
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 @j0hanz/code-review-analyst-mcp straight from npm; nothing to host, nothing to sign up for.
Is Code Review Analyst open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.