{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/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.",
    "title": "GitHub",
    "repository": {
        "url": "https://github.com/github/github-mcp-server",
        "source": "github"
    },
    "version": "0.26.0",
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://api.githubcopilot.com/mcp/",
            "headers": [
                {
                    "description": "Authentication token (PAT or App token)",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "Authorization"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2025-12-18T15:09:08.280998Z",
            "publishedAt": "2025-12-18T15:09:08.280998Z",
            "updatedAt": "2025-12-18T15:09:08.280998Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2025-12-18T15:09:08+00:00",
            "updatedAt": "2025-12-18T15:09:08+00:00"
        }
    }
}