- 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
GitHub MCP Server
Official GitHub Model Context Protocol server that connects AI agents to GitHub repositories, issues, pull requests, and code.
# GitHub MCP Serverpip install github-mcp-servernpx github-mcp-server --helpWhat 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.
Tags & capabilities
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.
Should you use GitHub MCP Server?
- Teams without MCP-compatible agent infrastructure
- Workflows that already use the GitHub CLI or REST API directly
- Verified 2026-06-24
- License: MIT
- Repo: modelcontextprotocol/servers/tree/main/src/github
- Open-source signal
self hosted
shell/files, memory, external services
Local first, Self-hostable, MCP, Docker, API
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.
plugin, mcp, protocol, connectors, workflow orchestration, tool calling
open source, self hosted, mcp compatible
self hosted
shell/files, memory, external services
Coding agent workflow, Connector or protocol layer
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.
Known metadata and operating surface
These fields are separated from editorial interpretation so agents can reason over facts and missing checks.
Where GitHub MCP Server fits in an agent stack
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.
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.
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.
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.
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.
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.
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
Sources, claims, and missing checks
Claims are marked separately from source links so future crawlers and reviewers can update them without rewriting the page.
Repository source for code, license, issues, releases, and implementation details.
Documentation docsDocumentation source for setup, API shape, and operational behavior.
GitHub MCP Server is listed as open source.
License metadata: MITGitHub MCP Server has a recorded GitHub repository: modelcontextprotocol/servers/tree/main/src/github.
Resource facts and GitHub source link.GitHub MCP Server supports these recorded deployment modes: self hosted.
OpenAgent decision signal metadata.GitHub MCP Server is tagged with plugin, mcp, protocol, connectors capabilities.
OpenAgent capability taxonomy.- Repository freshness has not been recorded.
How to start evaluating GitHub MCP Server
Inspect repository
Check license, recent activity, issues, examples, and security-sensitive code paths.
Open sourceRead setup docs
Use docs as the source of truth for installation and supported interfaces.
Open sourceAlternatives and nearby resources
Use related resources to compare category fit, license, deployment model, and first-workflow behavior.
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.