
open-code-review
by raye-deng·★ 23·Score 43
AI-powered code quality gate that detects hallucinated packages, stale APIs, and security anti-patterns in AI-generated code.
Overview
Open Code Review is an MCP server that provides deep code analysis specifically for AI-generated code. It detects issues that traditional linters miss, including hallucinated imports, stale APIs, over-engineering patterns, and security anti-patterns across 6 programming languages. The tool combines structural analysis, semantic embedding analysis, and LLM deep scanning to provide comprehensive code quality assessment.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need to detect AI-specific code issues like hallucinated packages or stale APIs in AI-generated code, especially when working with multiple AI coding assistants.
When NOT to choose this
Avoid this if you need a fully open-source license (uses BSL-1.1 which converts to Apache 2.0 only in 2030) or if you're primarily reviewing non-AI-generated code.
Tools this server exposes
3 tools extracted from the READMEocr_scanPerform a quality gate scan on source code to detect issues like hallucinated imports, stale APIs, and security anti-patterns.
ocr_healAI auto-fix for issues detected during scanning, with preview before applying changes.
ocr_explainGet detailed explanations about specific issues detected during code review.
Comparable tools
Installation
Install the CLI tool:
npm install -g @opencodereview/cliInstall the MCP Server:
npm install -g @opencodereview/mcp-serverFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"open-code-review": {
"command": "npx",
"args": ["-y", "@opencodereview/mcp-server"]
}
}
}FAQ
- What AI tools does this work with?
- Works with all AI coding assistants including GitHub Copilot, Cursor, Claude Code, Codex, Supermaven, Aider, and any tool that generates code.
- Can I run this locally?
- Yes, it supports local analysis through Ollama or any OpenAI-compatible provider without sending code to cloud services.
Compare open-code-review with
Last updated · Auto-generated from public README + GitHub signals.