gated-review

RankOneLabs/gated-review
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Bounded MCP server for agent-driven GitHub PR reviews, with enforced triage and merge gates.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gated-review": {
      "command": "npx",
      "args": [
        "-y",
        "RankOneLabs/gated-review"
      ]
    }
  }
}

README Excerpt

Bounded MCP server for agent-driven GitHub PR reviews across multiple repositories, with enforced triage and merge gates. The server runs as a long-lived HTTP service (Streamable HTTP MCP transport). Agents connect to a single endpoint and supply the target repository on each tool call — no per-repository server instances, no stdio sessions.