{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
    "name": "io.github.github/github-mcp-server",
    "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
    "repository": {
        "url": "https://github.com/github/github-mcp-server",
        "source": "github"
    },
    "version": "0.19.1-test",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/github/github-mcp-server",
            "transport": {
                "type": "stdio"
            },
            "runtimeArguments": [
                {
                    "description": "The runtime command to execute",
                    "value": "run",
                    "type": "positional"
                },
                {
                    "description": "Run container in interactive mode",
                    "type": "named",
                    "name": "-i"
                },
                {
                    "description": "Automatically remove the container when it exits",
                    "type": "named",
                    "name": "--rm"
                },
                {
                    "description": "Set an environment variable in the runtime",
                    "type": "named",
                    "name": "-e"
                },
                {
                    "description": "Environment variable name",
                    "value": "GITHUB_PERSONAL_ACCESS_TOKEN",
                    "type": "positional",
                    "valueHint": "env_var_name"
                },
                {
                    "description": "The container image to run",
                    "value": "ghcr.io/github/github-mcp-server",
                    "type": "positional",
                    "valueHint": "image_name"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Your GitHub personal access token with appropriate scopes.",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "GITHUB_PERSONAL_ACCESS_TOKEN"
                }
            ],
            "version": "0.19.1-test",
            "registryBaseUrl": "https://ghcr.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2025-10-22T13:15:36.753831Z",
            "publishedAt": "2025-10-22T13:15:36.753831Z",
            "updatedAt": "2025-10-22T13:15:36.753831Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2025-10-22T13:15:36+00:00",
            "updatedAt": "2025-10-22T13:15:36+00:00"
        }
    }
}