[ MCP_NODE_3813 ]
github-official
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
GitHub’s official MCP Server. Interact with GitHub repositories, issues, pull requests, and more directly from Claude.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"github-official-en": {
"description": "GitHub's official MCP Server. Interact with GitHub repositories, issues, pull requests, and more directly from Claude.",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<your-github-token>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.