growthbook-mcp
Verified Safeby growthbook
Overview
This server allows LLM clients to interact with GrowthBook's feature flagging and experimentation platform to manage feature flags, experiments, and retrieve analytics.
Installation
node server/index.jsEnvironment Variables
- GB_API_KEY
- GB_EMAIL
- GB_API_URL
- GB_APP_ORIGIN
Security Notes
The server utilizes `child_process.exec` to run `npx growthbook@latest` commands. While the commands themselves are fixed and call a specific CLI, the GrowthBook API key is passed as a command-line argument, which could expose it in process listings on some systems. Additionally, the `currentWorkingDirectory` parameter for `generate_flag_types` is user-provided, introducing a potential (though limited) risk if a malicious path were crafted to interact with `npx` or the GrowthBook CLI in unexpected ways. All other API interactions use standard bearer token headers.
Similar Servers
rocketship
The Rocketship MCP server acts as a knowledgeable assistant for AI coding agents, providing guidance, examples, schema information, and CLI usage patterns to help them write better Rocketship tests without directly generating code.
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.
mcp-server
The ConfigCat MCP server allows AI agents and code editors to manage feature flags and configurations using ConfigCat's public management API and provides SDK documentation.
Chrome-DevTools-MCP
AI agents control and inspect a live Chrome browser for reliable web automation, in-depth debugging, and performance analysis.