GrowthBook MCP Server

by growthbook
MIT License
111

get_experiment

Retrieve a specific experiment by its ID from the GrowthBook MCP Server to access detailed information and insights.

Instructions

Gets a single experiment from GrowthBook

Input Schema

NameRequiredDescriptionDefault
experimentIdYesThe ID of the experiment to get

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "experimentId": { "description": "The ID of the experiment to get", "type": "string" } }, "required": [ "experimentId" ], "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