mcpbeat Sign in

Review Assist MCP Server

local only

Review Assist MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from npm. Last commit 10 Sep 2026.

Turns an AI coding agent session into a reviewable Intent Document, validated against the diff.

Installs per day peak 1 355 · avg 56
a month agotoday
161
Installs / week
npm · review-assist-mcp
1
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

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.

Page executes code built at runtime apps/github-app/viewer/index.html:203
    if (k === "class") n.className = v; else if (k === "html") n.innerHTML = v;

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Review Assist MCP

same job, measured the same way
Speed Reader
by archerionlabs

Turn any article, document, or chat reply into a one-word-at-a-time RSVP reading session.

1 tools answering
Document Integrity Validator
by ojaskord

AI reasoning checks any document against known international standards before your agent acts on it.

119 installs/wk 2 tools answering
Doc Extract MCP
by koraynar

Document tooling for AI agents: PDF/text reading, chunking, schema-validated JSON output.

local only
Intenttext MCP
by intenttext

Parse, validate, query, and render IntentText (.it) documents for AI agents

47 installs/wk local only
Handinloop MCP Server
by lesofi

Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.

50 installs/wk local only
Vibe Coding
by muse-code-space

Auto-document vibe coding sessions - collect, summarize, and publish

75 installs/wk local only
Backrow
by backrow

Turn any recording or document into notes, flashcards and quizzes your agent can read and act on

answering
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only

Review Assist MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Review Assist MCP?
Review Assist MCP 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 review-assist-mcp was installed 161 times last week.
How do I connect Review Assist MCP?
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 review-assist-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Review Assist MCP?
The npm package review-assist-mcp was installed 161 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Review Assist MCP open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.