GrowthBook MCP Server

by growthbook
MIT License
111

create_sdk_connection

Generate an SDK connection for GrowthBook to fetch features and experiments. Specify the SDK language, environment, and name to create a client key.

Instructions

Create an SDK connection for a user. Returns an SDK clientKey that can be used to fetch features and experiments.

Input Schema

NameRequiredDescriptionDefault
environmentNoThe environment associated with the SDK connection.
languageYesThe language of the SDK. Either 'javascript' or 'typescript'.
nameYesName of the SDK connection in GrowthBook. Should reflect the current project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "environment": { "description": "The environment associated with the SDK connection.", "type": "string" }, "language": { "description": "The language of the SDK. Either 'javascript' or 'typescript'.", "enum": [ "nocode-webflow", "nocode-wordpress", "nocode-shopify", "nocode-other", "javascript", "nodejs", "react", "php", "ruby", "python", "go", "java", "csharp", "android", "ios", "flutter", "elixir", "edge-cloudflare", "edge-fastly", "edge-lambda", "edge-other", "other" ], "type": "string" }, "name": { "description": "Name of the SDK connection in GrowthBook. Should reflect the current project.", "type": "string" } }, "required": [ "name", "language" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/growthbook/growthbook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server