ai-code-review-agent

unyieldingclaw-dev/ai-code-review-agent
★ 2 stars TypeScript AI/LLM Updated today
Local multi-agent AI code reviewer powered by Ollama — 15 specialist agents review your git diff with zero API calls or cost. Outputs markdown, JSON, SARIF, or GitHub PR annotations; also ships an MCP server and a VS Code/Cursor extension.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-code-review-agent": {
      "command": "npx",
      "args": [
        "-y",
        "unyieldingclaw-dev/ai-code-review-agent"
      ]
    }
  }
}

README Excerpt

A local, 15-agent AI code review tool powered by [Ollama](https://ollama.com). Runs against any git diff and produces structured findings across security, correctness, performance, design, dependencies, breaking changes, license compliance, adversarial patterns, integration risks, test coverage, test generation, error handling, observability, database migration safety, secrets detection, and code complexity — no cloud API calls required.

Tools (4)

agentPolicycomplexityThresholdenvverifierModel

Topics

aiclicode-reviewgithub-actionsllmmcpollamasarifstatic-analysistypescript