MCP Catalogs
Homeopen-code-review screenshot

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.

developer-toolsai-llmsecurity
3
Forks
2
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Integrate as a quality gate in CI/CD pipelines for AI-generated code
you:Use in AI IDEs (Claude Desktop, Cursor) to review code in real-time
you:Automatically fix detected issues with AI-powered suggestions
you:What AI tools does this work with?
you:Can I run this locally?

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 README
  • ocr_scan

    Perform a quality gate scan on source code to detect issues like hallucinated imports, stale APIs, and security anti-patterns.

  • ocr_heal

    AI auto-fix for issues detected during scanning, with preview before applying changes.

  • ocr_explain

    Get detailed explanations about specific issues detected during code review.

Comparable tools

claude-code-reviewcoderabbitgithub-copilot

Installation

Install the CLI tool:

npm install -g @opencodereview/cli

Install the MCP Server:

npm install -g @opencodereview/mcp-server

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.