io.github.growthbook

growthbook-mcp

MCP Server for interacting with GrowthBook

stdioofficialservice

Package Details

Transportstdio

Environment Variables

GB_API_KEY(str)

A GrowthBook API key or PAT.

GB_EMAIL(str)

Your email address used with GrowthBook. Used when creating feature flags and experiments.

GB_API_URL(str)

Your GrowthBook API URL. Defaults to `https://api.growthbook.io`.

GB_APP_ORIGIN(str)

Your GrowthBook app URL Defaults to `https://app.growthbook.io`.

GB_HTTP_HEADER_*(str)

Custom HTTP headers to include in all GrowthBook API requests. Use the pattern GB_HTTP_HEADER_<NAME> where <NAME> is converted to proper HTTP header format. Examples: GB_HTTP_HEADER_X_TENANT_ID=abc123, GB_HTTP_HEADER_CF_ACCESS_TOKEN=<token>. Multiple custom headers can be configured.