F
licenseNot graded
qualityD
maintenanceMCP 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.
-
No user-submitted related servers found.
Scored across 2 tools
The two tools target entirely different actions: listing commits vs. creating PR review comments. No overlap exists, and an agent can clearly distinguish them.
Both tools follow a consistent verb_noun pattern in snake_case (list_commits, create_pr_review_comment), showing good naming discipline.
With only 2 tools, the server is severely under-scoped for a GitHub MCP server, which typically requires at least a dozen tools to cover basic operations like issues, PRs, and repos.
The tool surface has major gaps: no tools for issues, repositories, pull requests (beyond a review comment), or search. An agent would often fail to accomplish common GitHub tasks.