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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Statsig, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Statsig + ChatGPT
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.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
STATSIG_SERVER_SECRET_KEY
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
Statsig - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| 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) |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.