GrowthBook MCP Server

by growthbook
MIT License
111

search_growthbook_docs

Search the GrowthBook documentation to find detailed instructions and guidance on using specific features effectively.

Instructions

Search the GrowthBook docs on how to use a feature

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query to look up in the GrowthBook docs.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The search query to look up in the GrowthBook docs.", "type": "string" } }, "required": [ "query" ], "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