Skip to main content
Glama

GrowthBook MCP Server

Official
by growthbook
package.json976 B
{ "name": "@growthbook/mcp", "version": "1.1.0", "description": "MCP Server for interacting with GrowthBook", "access": "public", "homepage": "https://github.com/growthbook/growthbook-mcp", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "bump:patch": "pnpm version patch --no-git-tag-version", "bump:minor": "pnpm version minor --no-git-tag-version", "bump:major": "pnpm version major --no-git-tag-version" }, "bin": { "mcp": "build/index.js" }, "files": [ "build" ], "keywords": [ "growthbook", "mcp", "modelcontextprotocol", "featureflags", "experiments" ], "author": "GrowthBook", "license": "MIT", "packageManager": "pnpm@10.6.1", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.2", "env-paths": "^3.0.0", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.2.1", "typescript": "^5.9.2" }, "type": "module" }

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