What is the Code Review Analyst MCP server?
Gemini-powered MCP server for code review analysis.
How to install Code Review Analyst
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-review-analyst-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-review-analyst-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-review-analyst-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"code-review-analyst": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/code-review-analyst-mcp"
]
}
}
}Claude Code
claude mcp add code-review-analyst -- npx -y @j0hanz/code-review-analyst-mcpRelated MCP servers
Multi-level reasoning MCP server with configurable depth levels
View repository →An MCP server that fetches web pages and converts them to clean, readable Markdown.
View repository →🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
View repository →Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
View repository →