GitHub MCP Server
@cloudbarista
About GitHub MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub MCP Server?
GitHub MCP Server is a Model Context Protocol server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
How to use GitHub MCP Server?
Run the server as a Docker container or build from source. Requires a GitHub Personal Access Token. Configure via VS Code settings (one-click install or manual JSON) or Claude Desktop configuration. Optionally set --gh-host for GitHub Enterprise Server.
Key features of GitHub MCP Server
- Tools for issues, pull requests, repositories, and users.
- Supports GitHub Enterprise Server via
--gh-hostflag. - Tool descriptions can be overridden via config file or environment variables.
- Includes i18n export and override mechanism.
- Runs via Docker or Go build from source.
Use cases of GitHub MCP Server
- Automating GitHub workflows and processes.
- Extracting and analyzing data from GitHub repositories.
- Building AI-powered tools that interact with GitHub’s ecosystem.
FAQ from GitHub MCP Server
What are the prerequisites?
Docker installed and a GitHub Personal Access Token with desired permissions.
How do I use GitHub MCP Server with GitHub Enterprise Server?
Set the --gh-host flag or the GH_HOST environment variable to your Enterprise hostname.
Can I override tool descriptions?
Yes, create a github-mcp-server-config.json file in the binary’s directory, or set environment variables with the GITHUB_MCP_ prefix.
Is Docker required?
No – you can build the binary from source in cmd/github-mcp-server and run with github-mcp-server stdio.
What GitHub API tools are available?
Tools for users, issues (create, update, list, search, comment), pull requests (create, update, merge, list, review, status), and repositories (create/update files, push files).
Frequently asked questions
What are the prerequisites?
Docker installed and a GitHub Personal Access Token with desired permissions.
How do I use GitHub MCP Server with GitHub Enterprise Server?
Set the `--gh-host` flag or the `GH_HOST` environment variable to your Enterprise hostname.
Can I override tool descriptions?
Yes, create a `github-mcp-server-config.json` file in the binary’s directory, or set environment variables with the `GITHUB_MCP_` prefix.
Is Docker required?
No – you can build the binary from source in `cmd/github-mcp-server` and run with `github-mcp-server stdio`.
What GitHub API tools are available?
Tools for users, issues (create, update, list, search, comment), pull requests (create, update, merge, list, review, status), and repositories (create/update files, push files).
Basic information
More Version Control MCP servers
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

Github
modelcontextprotocolModel Context Protocol Servers
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Comments