kapyn
MCP serversDev tools ยท MCP server

GitHub MCP server

Let AI manage repos, issues, and pull requests. The official GitHub MCP server gives an assistant access to your repositories, issues, and pull requests. It can read code, open and review PRs, and triage issues on your behalf.

Category
Dev tools
Maintained by
Official
Protocol
Model Context Protocol
Source
github/github-mcp-server
View on GitHubBrowse all MCP servers
In the official MCP registryio.github.github/github-mcp-servera newer version is publishedupdated 2026-09-08

Installing GitHub

A hosted server, connect to the endpoint, nothing to run locally.

GitHub recommends the hosted endpoint over running the container locally.

Claude Code
claude mcp add --transport http github https://api.githubcopilot.com/mcp/
Claude Desktop ยท Cursor ยท VS Code ยท Windsurf
{
  "mcpServers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/"
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

The official GitHub MCP server gives an assistant access to your repositories, issues, and pull requests. It can read code, open and review PRs, and triage issues on your behalf.

Like any MCP server, GitHub plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Dev tools MCP servers