Skip to main content
Glama

GrowthBook MCP Server

by growthbook
MIT License
111

get_projects

Retrieve project data from the GrowthBook API using pagination controls like 'limit' and 'offset' to manage the volume of returned results.

Instructions

Fetches all projects from the GrowthBook API

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

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