MCP Directory

raye-deng/open-code-review

GitHub
Developer Tools

AI code quality gate detecting hallucinated packages, phantom dependencies, stale APIs, and AI-specific code defects. MCP Server + CLI + CI/CD integration.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y open-code-review

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from raye-deng/open-code-review your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "open-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "open-code-review"
      ]
    }
  }
}

Route raye-deng/open-code-review intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add open-code-review

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use raye-deng/open-code-review directly without routing

npx -y open-code-review

New to Agent-CoreX? View setup guide →

raye-deng/open-code-review MCP Server — Agent-CoreX