MIT ยท Plugins

GitHub MCP Server

Official GitHub Model Context Protocol server that connects AI agents to GitHub repositories, issues, pull requests, and code.

32K stars 1.2K forks MIT license 2026-06-24 verified
bash
$# GitHub MCP Server
$pip install github-mcp-server
$npx github-mcp-server --help
Open sourceLocal firstSelf-hostedMCP
Overview

What is GitHub MCP Server?

GitHub MCP Server is the official Model Context Protocol server from GitHub that lets AI agents browse repositories, create and manage issues, review pull requests, search code, and interact with GitHub's API through standardized MCP tool calls.

Ecosystem

Tags & capabilities

pluginprotocolmcpconnectorsworkflow orchestrationtool callingopen sourceself hosted
FAQ

Questions

What is GitHub MCP Server?

GitHub MCP Server is the official Model Context Protocol server from GitHub that provides AI agents with structured access to GitHub repositories, issues, pull requests, and code search through standardized MCP tool calls.

Is GitHub MCP Server free?

Yes, GitHub MCP Server is open-source under the MIT license. It is part of the official modelcontextprotocol/servers repository and can be self-hosted.

Which agents support GitHub MCP Server?

Any MCP-compatible agent host can use GitHub MCP Server, including Claude Desktop, OpenClaw, Cline, Continue.dev, and other MCP-enabled coding tools.

How do I install GitHub MCP Server?

Install via npx: npx @anthropic-ai/mcp-github. You must provide a GitHub personal access token. The server can also run via Docker or as a Node.js process.

Decision brief

Should you use GitHub MCP Server?

JSON
Best for
  • Developers building coding agents that interact with GitHub
  • Teams using MCP-compatible agent hosts like Claude, OpenClaw, and Cline
  • Builders who need agent-driven code review and issue triage
Not for
  • Teams without MCP-compatible agent infrastructure
  • Workflows that already use the GitHub CLI or REST API directly
Trust and freshness
  • Verified 2026-06-24
  • License: MIT
  • Repo: modelcontextprotocol/servers/tree/main/src/github
  • Open-source signal
Deployment

self hosted

Permission surface

shell/files, memory, external services

Decision signals

Local first, Self-hostable, MCP, Docker, API

Agent packet

Structured decision data for GitHub MCP Server

This packet is the compact machine-readable view agents should use before following source links or taking action.

Capabilities

plugin, mcp, protocol, connectors, workflow orchestration, tool calling

Constraints

open source, self hosted, mcp compatible

Deployment

self hosted

Permission surface

shell/files, memory, external services

Recommended workflows

Coding agent workflow, Connector or protocol layer

Overview

What GitHub MCP Server does

What it is

GitHub MCP Server is a plugin in the plugins category. GitHub MCP Server is the official Model Context Protocol server from GitHub that lets AI agents browse repositories, create and manage issues, review pull requests, search code, and interact with GitHub's API through standardized MCP tool calls.

Why it matters

Agents that need to interact with GitHub currently must parse web UI or use the REST API directly. GitHub MCP Server gives agents a structured MCP interface to browse code, manage issues, and review PRs without scraping.

How to evaluate it

Evaluate GitHub MCP Server by starting from the official sources, checking its repo, docs, mcp interface surface, and running one narrow workflow before expanding scope.

Facts

Known metadata and operating surface

These fields are separated from editorial interpretation so agents can reason over facts and missing checks.

Resource type plugin
Category Plugins
Maturity active
Difficulty Unknown
License MIT
Pricing open source
Verified 2026-06-24
Source confidence high
Risk level elevated
Fit matrix

Where GitHub MCP Server fits in an agent stack

strong

Coding agent workflow

GitHub MCP Server has multiple signals for coding agent workflow, including matching tags, capabilities, category, or positioning.

  • Run a small repository change and inspect the diff, tests, and rollback path.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
strong

Connector or protocol layer

GitHub MCP Server has multiple signals for connector or protocol layer, including matching tags, capabilities, category, or positioning.

  • Connect one low-risk service, then inspect schemas, auth scope, errors, and logs.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
partial

Local or private AI stack

GitHub MCP Server has at least one signal for local or private ai stack, but should be checked against a real task before adoption.

  • Verify hardware requirements, data path, storage, and whether all calls stay in your environment.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
partial

Memory or RAG workflow

GitHub MCP Server has at least one signal for memory or rag workflow, but should be checked against a real task before adoption.

  • Create, update, retrieve, correct, and delete memory or retrieval objects with real data.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
partial

Reusable skill workflow

GitHub MCP Server has at least one signal for reusable skill workflow, but should be checked against a real task before adoption.

  • Run one skill end to end and check whether it produces evidence or structured output.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
weak

Browser automation

GitHub MCP Server is not primarily positioned for browser automation in the current metadata.

  • Run one non-sensitive website task and inspect clicks, waits, retries, and changed URLs.
  • Confirm official docs, current maintenance, license, and runtime constraints before production use.
Inputs and outputs

What an agent should inspect

Likely inputs

  • Repositories, files, issues, terminal output, and test results
  • Tool schemas, API requests, service resources, and auth scopes
  • Prompts, messages, documents, images, or model inputs
  • Official setup instructions and a small real workflow

Likely outputs

  • Diffs, commits, explanations, test results, or review notes
  • A decision on whether this resource fits the target workflow
Evidence

Sources, claims, and missing checks

Claims are marked separately from source links so future crawlers and reviewers can update them without rewriting the page.

verified

GitHub MCP Server is listed as open source.

License metadata: MIT
verified

GitHub MCP Server has a recorded GitHub repository: modelcontextprotocol/servers/tree/main/src/github.

Resource facts and GitHub source link.
inferred

GitHub MCP Server supports these recorded deployment modes: self hosted.

OpenAgent decision signal metadata.
inferred

GitHub MCP Server is tagged with plugin, mcp, protocol, connectors capabilities.

OpenAgent capability taxonomy.
Missing checks
  • Repository freshness has not been recorded.
Next action

How to start evaluating GitHub MCP Server

Inspect repository

Check license, recent activity, issues, examples, and security-sensitive code paths.

Open source

Read setup docs

Use docs as the source of truth for installation and supported interfaces.

Open source
Compare

Alternatives and nearby resources

Use related resources to compare category fit, license, deployment model, and first-workflow behavior.

FAQ

Common questions about GitHub MCP Server

What is GitHub MCP Server?

GitHub MCP Server is the official Model Context Protocol server from GitHub that provides AI agents with structured access to GitHub repositories, issues, pull requests, and code search through standardized MCP tool calls.

Is GitHub MCP Server free?

Yes, GitHub MCP Server is open-source under the MIT license. It is part of the official modelcontextprotocol/servers repository and can be self-hosted.

Which agents support GitHub MCP Server?

Any MCP-compatible agent host can use GitHub MCP Server, including Claude Desktop, OpenClaw, Cline, Continue.dev, and other MCP-enabled coding tools.

How do I install GitHub MCP Server?

Install via npx: npx @anthropic-ai/mcp-github. You must provide a GitHub personal access token. The server can also run via Docker or as a Node.js process.

Can GitHub MCP Server write to repositories?

Yes. The server supports creating issues, reviewing pull requests, and managing repository content. Permission level depends on the GitHub token scope you provide.