Skip to main content
Glama
477,994 tools. Updated 2026-08-26 02:52

"A server for managing GitHub PR reviews" matching MCP tools:

  • Triggers re-validation on an AgentKit PR by posting the /validate comment. Needs a GitHub token with comment-write access.
    MIT
  • Check Phase 1 (structural) and Phase 2 (Studio runtime) validation status and labels on an open AgentKit PR. Provide the PR number; a GitHub token increases rate limits.
    MIT
  • Approve a pull request by submitting a formal GitHub review, but only after verifying the exact head SHA and reviewer login. Ensures the approval comes from an independent reviewer, not the PR author.
    MIT
  • Submit a formal GitHub COMMENTED PR review tied to a specific head SHA, capturing an external or Central disposition without marking the PR as APPROVED.
    MIT
  • Store important standards, patterns, or learnings from PR comments and code reviews for future reference in other repositories.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

  • GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

  • Retrieve comprehensive GitHub repository statistics for a user within a specified time frame, including PR activity, comments, reviews, and code changes in a single API call.
    ISC
  • Compare GitHub repositories for contributor-friendliness by analyzing stars, PR merge rates, and activity to determine which is better for contributions.
    MIT
  • Fetch a bounded page of typed pull-request reviews for a specified PR, using exact commit provenance and pagination completeness for an unchanged head snapshot.
    MIT
  • Generate a GitHub PR comment with in-line accessibility patch suggestions for a single file, ordered by severity. Returns markdown ready to post.
    MIT
  • Posts review findings from veto_pr_review or veto_diff_review to a GitHub PR as review comments. Requires GITHUB_TOKEN and returns the review URL.
    MIT
  • Analyze only modified lines in a code diff by running all 45 judges on the full file and filtering findings to the specified line changes. Supports PR reviews and incremental analysis.
    MIT
  • Run a daily PR monitoring check that fetches all open pull requests, enriches them with CI status, reviews, and merge conflicts, then returns a prioritized summary to focus your review efforts.
    MIT
  • Fetch GitHub pull request reviews by user within a time range to assess code review participation, analyze review patterns, and track review activity for performance evaluation.
    ISC
  • Identify truly available, beginner-friendly issues in any GitHub repository. Uses precise PR cross-referencing to ensure issues are open and suitable for new contributors.
    MIT
  • Check open GitHub PRs with CI status, review state, and graph impact to see if a PR already covers your area of change.
    MIT