mcp-review-agent

rajarajeswari-t/mcp-review-agent
★ 0 stars Python AI/LLM Updated today
AI agent that reviews PRs to MCP server repos and flags security/correctness issues
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": {
    "mcp-review-agent": {
      "command": "uvx",
      "args": [
        "mcp-review-agent"
      ]
    }
  }
}

Or install with pip: pip install mcp-review-agent

README Excerpt

An AI agent that reviews pull requests to MCP ([Model Context Protocol](https://modelcontextprotocol.io)) server repositories, flags security and correctness issues, and eventually becomes a paid AIaaS product. **Phase 1 (non-agentic MVP) and Phase 2 (agentic loop) core engines are both built and have a real eval suite behind them**, not just spot checks. See