5 months ago
Bridges directly to Statsig, enabling you to wrap new features behind feature flags, add instrumentation for product performance visibility, and seamlessly highlight and clean up stale feature flags from your codebase.
Server Config
{
"mcpServers": {
"statsig-local": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.statsig.com/v1/mcp?utm=mcp_so",
"--header",
"statsig-api-key:${AUTH_TOKEN}"
],
"env": {
"AUTH_TOKEN": "console-YOUR-API-KEY"
}
}
}
}