{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.growthbook/growthbook-mcp",
    "description": "Thin MCP server for GrowthBook \u2014 skill loader + authenticated API passthrough",
    "repository": {
        "url": "https://github.com/growthbook/growthbook-mcp",
        "source": "github"
    },
    "version": "2.0.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@growthbook/mcp",
            "version": "2.0.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A GrowthBook API key or personal access token.",
                    "format": "string",
                    "name": "GB_API_KEY"
                },
                {
                    "description": "Your GrowthBook API URL. Defaults to https://api.growthbook.io.",
                    "format": "string",
                    "name": "GB_API_URL"
                },
                {
                    "description": "Set to false to disable bundled skill tools (growthbook_list_skills, growthbook_read_skill). Defaults to true.",
                    "format": "string",
                    "name": "GB_SKILLS_ENABLED"
                },
                {
                    "description": "Custom HTTP headers via GB_HTTP_HEADER_<NAME> (e.g. GB_HTTP_HEADER_CF_ACCESS_TOKEN).",
                    "format": "string",
                    "name": "GB_HTTP_HEADER_*"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-30T19:22:56.774797Z",
            "publishedAt": "2026-07-30T19:22:56.774797Z",
            "updatedAt": "2026-07-30T19:22:56.774797Z",
            "isLatest": true
        }
    }
}