ReviewGuard for Cursor
com.eclipsesource/review-guard
Safety boundary for agent written GitHub PR reviews: pending and invisible, submitting is opt-in
client:Cursor
transport:stdio
runtime:npm
Install ReviewGuard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"review-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eclipsesource/review-guard-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs