ReviewGuard
Rank #14,643com.eclipsesource/review-guard
Safety boundary for agent written GitHub PR reviews: pending and invisible, submitting is opt-in
ReviewGuard is a Model Context Protocol (MCP) server published by eclipsesource. It ranks #14,643 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. ReviewGuard is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 31, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 117,403 of 132,046 servers on MCP Toplist.
Use ReviewGuard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add review-guard -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @eclipsesource/review-guard-mcp --stdioReplace each placeholder with your own value before saving.
[mcp_servers.review-guard]
command = "npx"
args = ["-y", "@eclipsesource/review-guard-mcp", "--stdio"]
[mcp_servers.review-guard.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"review-guard": {
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp",
"--stdio"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"review-guard": {
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp",
"--stdio"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"review-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp",
"--stdio"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"review-guard": {
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp",
"--stdio"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"review-guard": {
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp",
"--stdio"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.eclipsesource%2Freview-guard)<a href="https://mcptoplist.com/server/com.eclipsesource%2Freview-guard"><img src="https://mcptoplist.com/badge/com.eclipsesource%2Freview-guard.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
eclipsesource
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Aug 14, 2026 |
Frequently asked questions
- Who maintains ReviewGuard?
- ReviewGuard is maintained by eclipsesource, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is ReviewGuard listed on the Official MCP Registry?
- Yes — ReviewGuard is listed on the Official MCP Registry, alongside Glama.
- How many versions does ReviewGuard have?
- MCP Toplist tracks 1 version of ReviewGuard, most recently published on Aug 14, 2026.
- Where can I find the source code for ReviewGuard?
- The source code for ReviewGuard is hosted at github.com/eclipsesource/review-guard.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.