[ MCP_NODE_3813 ]

github-official

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.