{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.ENTERPILOT/gomodel",
    "description": "Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.",
    "title": "GoModel",
    "repository": {
        "url": "https://github.com/ENTERPILOT/GoModel",
        "source": "github"
    },
    "version": "0.1.66",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "docker.io/enterpilot/gomodel",
            "runtimeHint": "docker",
            "transport": {
                "type": "streamable-http",
                "url": "http://localhost:8080/mcp"
            },
            "environmentVariables": [
                {
                    "description": "Gateway API key clients authenticate with; unset runs the gateway in unsafe (no-auth) mode.",
                    "isSecret": true,
                    "name": "GOMODEL_MASTER_KEY"
                },
                {
                    "description": "JSON object of upstream MCP servers to aggregate, e.g. {\"github\":{\"url\":\"https://api.githubcopilot.com/mcp/\",\"headers\":{\"Authorization\":\"Bearer ${GITHUB_PAT}\"}}}. Servers can also be declared in config.yaml or the admin dashboard.",
                    "name": "MCP_SERVERS"
                }
            ],
            "version": "0.1.66",
            "registryBaseUrl": "https://docker.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-31T11:47:27.323055Z",
            "publishedAt": "2026-07-31T11:47:27.323055Z",
            "updatedAt": "2026-07-31T11:47:27.323055Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-31T11:47:27+00:00",
            "updatedAt": "2026-07-31T11:47:27+00:00"
        }
    }
}