Code Review Analyst for Cursor
io.github.j0hanz/code-review-analyst
Gemini-powered MCP server for code review analysis.
client:Cursor
transport:stdio
runtime:npm
Install Code Review Analyst in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-review-analyst": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/code-review-analyst-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs