MCP Radar

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.

See this server's health data →

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-server

Follow 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

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.