Skip to content
Back to search
30
MCP

copilot-second-opinion

npm/copilot-second-opinion

OpenCode plugin + MCP server + skill that runs an automated GitHub Copilot PR review loop: request review, wait deterministically via `gh run watch`, triage every comment, push fixes, reply, resolve, gated merge. Solves the silent-fail of github_request_c

Uptime
0.0%
38 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

github-pr-automation
MCP server and CLI for automated GitHub PR management, review resolution, and workflow optimization
0 tools
code-review-mcp
MCP Server for GitHub/GitLab code review - enables AI assistants to review pull requests and merge requests
0 tools
io.github.bkalafat/diffpilot
MCP server for PR code review, commit messages, changelogs, and secret detection.
0 tools
@opencodereview/mcp-server
MCP Server for Open Code Review - AI code quality gate for Claude Desktop, Cursor, Windsurf, VS Code Copilot
0 tools
CodeReviewBuddy
MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
0 tools
mcp-code-review
MCP server for LLM-powered code review — GitHub PRs, GitLab MRs, local diffs
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "copilot-second-opinion": {
      "url": "None",
      "transport": "http"
    }
  }
}