Statsig MCP Server\
\ This server implements the Model Context Protocol (MCP) for Statsig API integration, supporting both stdio and SSE transports.\ \
Installation\
\
npm install\
npm run build\\
Usage\
\
Integration with MCP Client Config\
\ To use this server with an MCP client, configure your mcp.json as follows:\ \
{\
"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"\
}\
}\
}\
}\