No install? Use cloud.anythingmcp.com directly.
Sign in, install the Statsig in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Statsig klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Statsig
Drive Statsig (feature flags + experiments + analytics) from any AI agent: evaluate gates/dynamic configs/experiments, log events, manage console-side gates and experiments. 10 tools, server-secret-key auth.
Einrichtung
statsig.com).
Two distinct APIs:
- Server SDK API (
api.statsig.com/v1/...) — runtime evaluation + event logging. RequiresSTATSIG_SERVER_SECRET_KEY(starts withsecret-). - Console API (
statsigapi.net/console/v1/...) — admin operations like creating gates. RequiresSTATSIG_CONSOLE_API_KEY(starts withconsole-). The adapter uses the Server SDK base by default; tools that hit the Console API set explicit absolute URLs in their endpointMapping.
…(continued in the in-app connector instructions)
Voraussetzungen: STATSIG_SERVER_SECRET_KEY
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle Statsig und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
statsig_check_gate | Evaluate a feature gate (boolean flag) for a user |
statsig_get_config | Evaluate a Dynamic Config for a user |
statsig_get_experiment | Evaluate an experiment for a user |
statsig_initialize | Bulk evaluate ALL gates/configs/experiments for a user in one call |
statsig_log_event | Log a custom event for analytics + experiment exposure tracking |
statsig_list_gates | Console: list feature gates defined in the project |
statsig_get_gate_config | Console: fetch a gate's definition (rules, targeting) |
statsig_create_gate | Console: create a new feature gate |
statsig_list_experiments | Console: list experiments |
statsig_get_experiment_results | Console: fetch experiment metric results (pulse readout) |