AI & ML
Trust: 34/100 (Limited)Code Review Analyst Guide
Gemini-powered MCP server for code review analysis.
by j0hanz
Quick Start
Install
npx @j0hanz/code-review-analyst-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-code-review-analyst": {
"command": "npx",
"args": [
"@j0hanz/code-review-analyst-mcp"
]
}
}
}