bobmatnyc/ai-code-review
AI-powered code review CLI with multiple providers (Gemini, Claude, OpenAI). Features 95%+ token reduction via semantic chunking, 7 review types (security/performance/evaluation), multi-language support, interactive fixes, and developer skill assessment.
Platform-specific configuration:
{
"mcpServers": {
"ai-code-review": {
"command": "npx",
"args": [
"-y",
"ai-code-review"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...