AI Potluck
Product / UX / Agent tools & protocols

GitHub MCP Server

GitHub (Microsoft)

GitHub's official MCP server (Go) that lets AI agents interact with the GitHub platform in natural language, exposing 20+ toolsets - Repositories, Issues, Pull Requests, Actions, Code Security, Dependabot, Discussions, Projects, Copilot, and more. Runs locally via Docker/binary or via GitHub's remote hosted endpoint.

Distributed as a Go binary, a Docker image and GitHub's hosted remote endpoint, none of which publishes a download count and none of which is a package registry, so adoption falls back to stars. Verified 2026-08-13 via GitHub and the repository LICENSE.

Openness

5 high confidence
5.0
license
MIT(OSI)
source
public
core-gated
ungated

Fully MIT, first-party GitHub server, no feature-gated core. GitHub also runs a hosted Remote GitHub MCP Server, but that is a managed endpoint for the same server rather than a tier holding features back - the toolset list is the same one, configured by header instead of by flag - which is the langchain shape the ladder settles as ungated.

Adoption

3 medium confidence
3.0

No download metric exists for the channels this server actually ships through: a Go binary, a Docker image and GitHub's own hosted remote endpoint, none of which publishes a count, and there is no npm or PyPI package to read. Stars are therefore forced rather than chosen as the signal - 32,220 stargazers on the one declared repository, which bands at >10K stars, level 3, though first-party backing implies real usage well above that. The page the count comes from carries a live star counter, so its content will differ on any later fetch; that is expected drift on this source rather than a signal about the claim.

  • https://github.com/github/github-mcp-server recorded 2026-08-13

    Repo page, 32,220 stargazers. Distribution is a Go binary, a Docker image and GitHub's hosted remote endpoint; no package-registry download count exists for any of them.

Capability

5 high confidence
5.0

The most comprehensive GitHub-platform tool surface among MCP servers.

  • https://github.com/github/github-mcp-server recorded 2026-08-13

    Toolset table with per-toolset icons, including dependabot; README groups them as repository management, "CI/CD intelligence: Monitor GitHub Actions workflow runs, analyze build failures, manage releases", "Code Analysis: Examine security findings, review Dependabot alerts" and "Team Collaboration: Access discussions, manage notifications". Default toolsets apply when none is specified; Insiders mode and the remote server documentation cover the rest.

Verified 2026-08-13