copilot-review-mcp

scottlz0310/copilot-review-mcp
★ 0 stars Go 🔒 Security Updated 4d ago
MCP server for managing Copilot PR review cycles — request, watch, detect completion, and track review state
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "copilot-review-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/scottlz0310/copilot-review-mcp@latest"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that manages GitHub Copilot PR review cycles. Provides review request, completion detection, staleness detection, and thread reply/resolve through an **async watch + notification** model designed for LLM agents. > **v3.0.0 BREAKING CHANGE**: Standalone GitHub OAuth has been removed. This server must be deployed behind **[mcp-gateway](https://github.com/mcp-b/mcp-gateway)**, which handles authentication and injects `X-Authenticated-User` + `Authorization` he

Tools (20)

BIND_ADDRCOPILOT_REVIEW_GATEWAY_INTERNAL_SECRETCOPILOT_REVIEW_GATEWAY_INTERNAL_URLIN_PROGRESS_THRESHOLD_SECLOG_LEVELMCP_PORTMCP_SESSION_TIMEOUT_MINSQLITE_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