review-raven

scottlz0310/review-raven
★ 0 stars Go AI/LLM Updated today
MCP server for managing Copilot PR review cycles — request, watch, detect completion, and track review state
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": {
    "review-raven": {
      "command": "go",
      "args": [
        "run",
        "github.com/scottlz0310/review-raven@latest"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="assets/review_raven_avatar.png" alt="review-raven" width="150"> </p> An MCP (Model Context Protocol) server for the **reviewed side** of a PR review workflow. Reads, replies to, and resolves review threads regardless of review provider (Copilot, human reviewer, or bot). Re-review requests are routed through the configured acquisition provider. Built on an **async watch + notification** model designed for LLM agents.

Tools (20)

BIND_ADDRIN_PROGRESS_THRESHOLD_SECLOG_LEVELMCP_PORTMCP_SESSION_TIMEOUT_MINREVIEW_RAVEN_GATEWAY_INTERNAL_SECRETREVIEW_RAVEN_GATEWAY_INTERNAL_URLSQLITE_PATHcancel_copilot_review_watchget_copilot_review_statusget_copilot_review_watch_statusget_pr_review_cycle_statusget_review_threadsinfolist_copilot_review_watchesreply_and_resolve_review_threadreply_to_review_threadrequest_copilot_reviewresolve_review_threadstart_copilot_review_watch