Open, review, and comment on pull requests
Version-control servers range from full GitHub platform access to single-purpose gist or Actions tools. For PR review you want issues, diffs, and comments — not every GitHub API surface.
Ads
Official GitHub MCP — PRs, issues, code search, and Actions in one server.
Community focus on GitHub Actions runs when CI status is the main job.
Community GraphQL-oriented access for custom GitHub queries.
Use the official GitHub MCP for PRs, issues, Actions, and repo browsing under one login.
Pick a community server when you only need Actions status, GraphQL queries, or a narrower repo helper.
One server — GitHub MCP Server. Not a stack merge.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_****"
}
}
}
}Added 17 days ago ·