§ MCP Server · Git & VCS

Official

GitHub.

by GitHub

Issues, PRs, repos, and Actions over the GitHub API.

Runs in Claude · Cursor · ChatGPT · Windsurf — any MCP-compatible client

Install

docker run ghcr.io/github/github-mcp-server

Transports

Streamable HTTPstdio (local)

Tools exposed

41

§ Add to your AI client

Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "ghcr.io/github/github-mcp-server"
      ]
    }
  }
}

§ About

First-party MCP server for the GitHub API. Read and write issues, pull requests, comments, and repository metadata. Critical for agents that need to triage, respond, or operate on GitHub-native workflows without screen-scraping the web UI.

§ Features

  • Search and read issues, PRs, commits
  • Open and update issues and PRs
  • List and create branches and tags
  • Trigger and monitor Actions

§ Use cases

Triage agents that auto-label and respond to issuesPR-review agentsRelease-management automation

§ Related MCP servers

Open standardSubmit a server →