Skip to main content
Glama

GrowthBook MCP Server

by growthbook
MIT License
111

get_sdk_connections

Retrieve SDK connections to enable apps to fetch features and experiments via a public client key. Specify project, limit, and offset for targeted results.

Instructions

Get all SDK connections, which are how GrowthBook connects to an app. Importantly, users need the key, which is a public client key that allows the app to fetch features and experiments the API

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
projectNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 100, "type": "number" }, "offset": { "default": 0, "type": "number" }, "project": { "type": "string" } }, "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