GitHub MCP Server
GitHub's official MCP Server wires your GitHub workflow into the AI: query issues, view PRs, read code, and trigger Actions — all by telling the AI what you want in natural language.
For example, "find the recent issues in this repo that nobody has answered and draft a reply" — the AI calls this server to pull the data and acts on your instruction.
What it does for you
Lets your AI work with your GitHub — read code, open issues, review PRs, check commit history, so 'go look it up on GitHub' becomes automatic.
Capabilities
- Read repo files and code
- Create / comment on issues and PRs
- Check commit history, search code
Once installed, try asking your AI
Say this directly in Claude / Cursor or any client with this server connected
- ›“List the open PRs on this repo and what each one does”
- ›“Draft a GitHub issue from this bug description”
Install / Connect
# No npm package — install from source.
# See the repo's README for the exact command:
# https://github.com/github/github-mcp-serverFollow the official README; env and args vary per server.
Why use it
Good for: teams and individual developers who want AI to manage repos and speed up code review and issue triage.
This is GitHub's official server, so reliability and maintenance are backed by GitHub. Its measured health data on this site is shown below.
Similar / alternative servers
io.github.sandeepbazar/ocm-mcp-server
Guardrailed fleet ops for AI agents: multi-cluster Kubernetes via OCM with polic
io.github.codeofaxel/kiln
Kiln
io.github.cyanheads/ntfy-mcp-server
Send, manage, and replay ntfy push notifications via MCP.
io.github.mindstone/mcp-server-google-workspace
Google Workspace
Frequently Asked Questions
Does it need a GitHub token?
Yes. It accesses repos through your personal access token; the scope is defined by the token, so configure it with least privilege.
Can it work with private repos?
Yes, as long as your token has access to those private repos.