Skip to main content
Glama
260,115 tools. Last updated 2026-07-05 04:48

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

  • Squash-merge a fix attempt's GitHub PR, mark the linked report as fixed, and notify the reporter. Confirm CI status and diff before use.
    MIT
  • Generate a Playwright regression test from a classified report and open a draft GitHub PR to lock in the regression as an E2E test.
    MIT
  • Re-poll GitHub check-run status for a fix attempt's PR to confirm CI is green before merging. Persists updated status on the fix attempt row.
    MIT
  • Resolve a symbol to obtain its current code context and cached GitHub references from issues, pull requests, and reviews.
    MIT
  • Retrieve the rationale behind a code chunk by fetching its text and linked GitHub issues, PRs, or reviews that reference it.
    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)

  • Search across cached GitHub issue and PR titles and bodies using full-text queries to retrieve relevant results.
    MIT
  • Search cached GitHub rationale snippets from review comments and PR/issue discussions to locate relevant context for your query.
    MIT
  • Generate complete GitHub PR descriptions from git diff: title, summary, change list, test plan, breaking changes. Ready to paste or post.
    MIT
  • 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
  • Generate a GitHub PR comment with in-line accessibility patch suggestions for a single file, ordered by severity. Returns markdown ready to post.
    MIT
  • Triggers re-validation on an AgentKit PR by posting the /validate comment. Needs a GitHub token with comment-write access.
  • Posts code review findings from analysis tools directly to a GitHub PR as review comments. Requires GITHUB_TOKEN environment variable.
    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 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.