Back to Servers

GitHub MCP Server

FeaturedOfficial

by GitHub

GitHub's official Model Context Protocol server. Lets any MCP-compatible AI agent read repositories, open pull requests, file issues, review security findings, and trigger GitHub Actions — all through natural language. Version 1.0.0 landed April 16, 2026, and it's the first production release to ship native Streamable HTTP support directly in the repo instead of only at api.githubcopilot.com/mcp. Streamable HTTP matters because it's how MCP graduated from "local-only stdio tool" to "remote service you can put behind a load balancer." The new http subcommand starts a server that speaks the spec's streaming transport, handles OAuth 2.1 authentication, and plugs into multi-tenant deployments. The old stdio mode is still there for local agents — you pick with a flag. Stack is Go (96.1% of the codebase). Install is three flavors: remote HTTP via VS Code config, Docker for containerized setups, or build-from-source with go build. It covers the full GitHub surface: repo management and code analysis, issue and PR automation, Actions workflow monitoring, code scanning and Dependabot alert review, team collaboration. Works with GitHub Enterprise Server and GitHub Cloud with data residency. The repo sits at 29,000 stars and counting — it's the most-starred MCP server in the MCP directory. Pair it with Anthropic's agent skills repo and see the full MCP ecosystem coverage for integration patterns.

otherGitHub MCPMCP serverStreamable HTTPModel Context ProtocolGitHub Copilot MCPGoDevOps AI

Installation

# See GitHub for installation instructions

Key Features

  • Native Streamable HTTP transport (v1.0.0)
  • Repository management, code analysis, file edits
  • Issue and pull request automation
  • GitHub Actions workflow monitoring and trigger
  • Security findings: code scanning, Dependabot, secret scanning alerts
  • Team and collaboration APIs
  • OAuth 2.1 authentication built in
  • GitHub Enterprise Server and Cloud with data residency support
  • Docker container (ghcr.io/github/github-mcp-server) for one-command deploy
  • Works with Claude Code, Cursor, Copilot, and any MCP client

Use Cases

  • AI agents that open PRs for triaged issues automatically
  • Bots that summarize security alerts into Slack for on-call engineers
  • Refactor assistants that browse a repo before suggesting changes
  • Release automation — generate release notes from merged PRs
  • Compliance audits that trace who approved which PR in an Enterprise org
  • Multi-tenant AI coding platforms that serve many customers over HTTP

FAQ

Server Stats

GitHub Stars
28,401
Updated
4/18/2026

Category

Related Resources

Weekly AI Digest