pr-copilot

m-nash/pr-copilot
★ 3 stars C# 🔌 API Integration Updated 11d ago
MCP server that monitors GitHub PRs through Copilot CLI with a TUI dashboard
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": {
    "pr-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "m-nash/pr-copilot"
      ]
    }
  }
}