Connector guide2-minute read10 MCP toolsEnglish · Deutsch · Italiano

How to Connect Statsig to Cursor — via MCP

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

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.

Tools

10

Region

INTL

Category

analytics

Authentication

API Key

Required env vars

STATSIG_SERVER_SECRET_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

TL;DR

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.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Statsig, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Statsig + Cursor

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.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

STATSIG_SERVER_SECRET_KEY

Step 1 — Get credentials

statsig.com).

Two distinct APIs:

  • Server SDK API (api.statsig.com/v1/...) — runtime evaluation + event logging. Requires STATSIG_SERVER_SECRET_KEY (starts with secret-).
  • Console API (statsigapi.net/console/v1/...) — admin operations like creating gates. Requires STATSIG_CONSOLE_API_KEY (starts with console-). 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)

Step 2 — Install the adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 3 — Add the connector in Cursor

Cursor reads MCP servers from ~/.cursor/mcp.json. Add this entry:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Get your MCP API key from AnythingMCP → Profile → MCP API Keys → New Key.
  2. Save the file and restart Cursor.
  3. Open Cursor → Settings → MCP to verify Statsig is listed and "Connected".
  4. Start chatting — all Statsig tools are now invokable.

Available tools

ToolWhat it does
statsig_check_gateEvaluate a feature gate (boolean flag) for a user
statsig_get_configEvaluate a Dynamic Config for a user
statsig_get_experimentEvaluate an experiment for a user
statsig_initializeBulk evaluate ALL gates/configs/experiments for a user in one call
statsig_log_eventLog a custom event for analytics + experiment exposure tracking
statsig_list_gatesConsole: list feature gates defined in the project
statsig_get_gate_configConsole: fetch a gate's definition (rules, targeting)
statsig_create_gateConsole: create a new feature gate
statsig_list_experimentsConsole: list experiments
statsig_get_experiment_resultsConsole: fetch experiment metric results (pulse readout)

FAQ

Does Cursor support custom MCP servers on the free tier? Yes — MCP is available on Hobby, Pro and Business plans.

Next steps

Was this guide helpful?

Ready to ship

Your Statsig agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Related guides

S
connectors

How to Connect Statsig to ChatGPT — via MCP

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.

S
connectors

How to Connect Statsig to Claude — via MCP

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.

S
connectors

How to Connect Statsig to Gemini — via MCP

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.

S
connectors

Statsig to MCP — Drive Statsig from any AI Agent

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.

SB
connectors

How to Connect SAP Business One to Cursor — via MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

How to Connect SAP Concur to Cursor — via MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.