github-pr-review-mcp

Yeznor/github-pr-review-mcp
★ 0 stars TypeScript AI/LLM Updated today
A security-conscious MCP server for triaging and reviewing GitHub pull requests.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-pr-review-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Yeznor/github-pr-review-mcp"
      ]
    }
  }
}

README Excerpt

Review and triage GitHub pull requests from Claude Desktop, Cursor, or any stdio-compatible MCP client. The server exposes eight focused tools: - `list_prs` - `get_pr` - `get_pr_diff` - `list_pr_comments` - `post_review_comment` - `submit_review` - `add_labels` - `request_changes` It starts in read-only mode. Posting comments, submitting reviews, and adding

Tools (7)

add_labelsget_prget_pr_difflist_pr_commentslist_prspost_review_commentsubmit_review