statsig

Installation
SKILL.md

Statsig MCP

Overview

Use the Statsig MCP server to inspect and manage Statsig entities, review rollout state, check experiment or gate results, inspect audit history, and answer configuration questions.

Setup Statsig MCP

Important: you must check to see if the Statsig MCP server is running. If not, tell the user how to configure Statsig:

Add this to ~/.codex/config.toml and replace the API key:

[mcp_servers.statsig]
command = "npx"
args = ["--yes", "mcp-remote", "https://api.statsig.com/v1/mcp", "--header", "statsig-api-key: console-YOUR-CONSOLE-API-KEY"]
trust_level = "trusted"

Use a Statsig Console API key with the permissions you need (read-only for viewing, write for changes). Statsig API keys can be created under Settings -> Keys & Environments. Restart Codex after editing the config.

Related skills
Installs
49
GitHub Stars
4
First Seen
Mar 11, 2026