Connector guide2-minute read10 MCP toolsEnglish · Deutsch · Italiano

Statsig を Cursor に接続する方法 — 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.

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Statsig をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

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.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

STATSIG_SERVER_SECRET_KEY

ステップ 1 — 認証情報を取得

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)

ステップ 2 — アダプターをインストール

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

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Statsig が "Connected" として表示されることを確認。
  4. チャット開始 — Statsig のすべてのツールが呼び出し可能になります。

利用可能なツール

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

Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

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.

関連ガイド

S
connectors

Statsig を ChatGPT に接続する方法 — 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 を Claude に接続する方法 — 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 を Gemini に接続する方法 — 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 を MCP に — あらゆる AI エージェントから 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.

SB
connectors

SAP Business One を Cursor に接続する方法 — 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

SAP Concur を Cursor に接続する方法 — 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.