mcp-github
Related Servers
Alternatives to mcp-github
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceMCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.14MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for the GitHub REST API that enables interaction with repositories, pull requests, issues, branches, commits, reviews, and code search, with configurable write and destructive operations.-
- AlicenseBqualityDmaintenanceMCP (Model Context Protocol) server for GitHub API integration. This server provides comprehensive tools for interacting with GitHub repositories, issues, pull requests, branches, and code search through a unified interface.152 npmMIT
- FlicenseAqualityBmaintenanceRefined MCP server for GitHub GraphQL API. GitHub's official MCP Server exposes dozens of low-level tools that bloat token usage and are mostly impractical for LLMs. gh-mcp achieves the best of both worlds by providing a single, powerful interface: GitHub GraphQL, wrapped with smart abstractions.2-
- AlicenseNot gradedqualityDmaintenanceProvides a comprehensive API wrapper for GitHub operations through a FastMCP-based server, simplifying repository management, pull requests, issues, and other GitHub interactions with secure authentication.4GPL 3.0
- FlicenseNot gradedqualityFmaintenanceRead-only MCP server for the GitHub REST API that enables agents to query repositories, issues, files, and users without any write access.-
TDQS
Scored across 45 tools
Most tools have distinct purposes targeting specific GitHub resources and actions, but there is some overlap between search_issues and list_issues (both handle issues), and get_combined_status vs get_commit_statuses (both related to commit statuses). Descriptions help differentiate, but agents might occasionally misselect between these pairs.
Tool names follow a highly consistent verb_noun pattern throughout (e.g., create_issue, list_commits, search_code), with no mixing of conventions like camelCase or snake_case. This predictability makes it easy for agents to understand and use the toolset.
With 45 tools, this server feels overly heavy for a GitHub integration, as many tools could be consolidated or omitted without losing functionality. A typical well-scoped server has 3-15 tools; this exceeds that range significantly, potentially overwhelming agents and increasing complexity.
The toolset provides comprehensive coverage of GitHub's domain, including CRUD operations for issues, pull requests, repositories, projects, releases, and packages, along with search, status, and file management. No obvious gaps exist; agents can handle full workflows without dead ends.