Review Guard MCP Server

MCP server (review-guard-mcp) that lets AI agents work on GitHub PR reviews behind a safety boundary. The server holds the write-enabled GitHub token and exposes only review operations, so the agent never sees the token. What those operations are allowed to do is fixed at server start, not negotiable by the agent. Its 7 documented tools cover review, pending.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 4 · #282 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Review Guard

before you install - you'll need

GITHUB_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add eclipsesource-review-guard -- npx -y @eclipsesource/review-guard-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "eclipsesource-review-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@eclipsesource/review-guard-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-23 - young repo, little track record yet

license MIT - declared in the repository

npm package @eclipsesource/review-guard-mcp - published under the repo owner's npm scope (@eclipsesource)

registry vendor namespace com.eclipsesource - domain-verified with the official MCP registry

03 · What Review Guard can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list the authenticated user's pending draft review, including all current pending review comments and their permalinks, add one or more comments to the authenticated user's pending review, creating the pending review if needed, update or delete one comment from the authenticated user's pending review, and delete the authenticated user's pending review and all its comments.

Capability map

Tools grouped from the project's README - what Review Guard lets an agent do.

Review

6 tools - e.g. Get PR author/message, submitted review summaries, inline review threads with resolved state, reactions and permalinks, and general PR comments; List the authenticated user's pending draft review…

get_pr_review_context · list_pending_review · add_review_comments · modify_review_comment · delete_pending_review · resolve_review_thread

Submit

1 tool - e.g. Submit the pending review as a real, posted review. The action is limited to the allowed set and the review summary always starts with the fixed, server-configu

submit

Latest releases

v0.3.0 · 2026-08-14

list the server in the MCP Registry

v0.2.0 · 2026-08-05

expose review comment permalinks in review context · New Contributors · @sdirix made their first contribution in

v0.1.1 · 2026-07-31

04 · Who maintains Review Guard

ReviewGuard is maintained by eclipsesource. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #282 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-14)
registry
com.eclipsesource/review-guard (active, first published 2026-08-14)
packages
npm:@eclipsesource/review-guard-mcp

06 · Review Guard FAQ

Is Review Guard still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Review Guard do?

With this server connected, an agent can list the authenticated user's pending draft review, including all current pending review comments and their permalinks, add one or more comments to the authenticated user's pending review, creating the pending review if needed, update or delete one comment from the authenticated user's pending review, and delete the authenticated user's pending review and all its comments.

How do I install Review Guard?

Run `npx -y @eclipsesource/review-guard-mcp`. The README documents one environment variable (GITHUB_TOKEN) to set first. You can also paste the ready-made client config above.

Does Review Guard run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Review Guard

More MCP servers to compare · Kiagent · Edubase MCP Server · Codecov · Everything File Search · ellmos CodeCommander

More TypeScript MCP servers · EdgeDepth Research · Editmamei · Talkthru · see all