Skip to main content
Glama
476,696 tools. Updated 2026-08-25 16:52

"A server that reviews GitHub pull requests or provides diffs" matching MCP tools:

  • Trace code history by searching GitHub pull requests with filters for author, date, and labels. Find the PR that introduced specific changes to understand why code was written.
    TypeScript
    MIT
  • Scan GitHub repositories for leaked secrets in code, issues, and pull requests. Detects credentials and API keys without modifying any GitHub resources.
    GPL 3.0
  • Reviews a pull request diff with the critical eye of a senior engineer, catching subtle issues that automated tools miss. Provides a score, evidence-backed findings, and concrete fixes.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Web Content Retrieval (full webpage, filtered content, or Markdown-converted), Custom User-Agent, Multi-HTTP Method Support (GET/POST/PUT/DELETE/PATCH), LLM-Controlled Request Headers, LLM-Accessible Response Headers, and more.
    3
    7
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides OpenRouter model pricing data, enabling price lookups, trending/cheapest lists, and model searches without an API key.

Matching MCP Connectors

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

  • Search GitHub repos, issues, pull requests, and user profiles for development intelligence via MCP.

  • Identify the pull request that introduced a specific line in a file or a particular commit. Uses git blame and local merge commit data, with optional GitHub API fallback.
    MIT
  • Search and retrieve GitHub issues, pull requests, code, repositories, and file contents with structured owner/repo queries.
    MIT
  • Retrieve paginated changed-file metadata and text patches for a pull request in a review run, verifying head SHA and returning null for binary diffs.
    Apache 2.0
  • Retrieves metadata and exact base/head commit SHAs for a single GitHub pull request, performing a read-only GET request without modifying state.
    MIT
  • Search across code, issues, and pull requests in a single GitHub repository query. Supports GitHub search syntax and state filters.
    MIT
  • Retrieve open issues for any GitHub repository by providing its owner and name. Excludes pull requests to focus on actionable tasks.
    MIT
  • Restart a downstream MCP server without altering persistent configuration. Set force to true to cancel pending requests that would otherwise block the restart.
    MIT
  • Fetches new open issues from watched GitHub repositories, filtered by creation date and optional subset, excluding pull requests and merged newest-first.
    MIT