ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Statsig with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage feature flags, dynamic configs, and experiments. Evaluate gates and log events directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Statsig capability set.

These are the exact actions your AI can choose when you ask it to work with Statsig.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Statsig.

  1. 01

    Get config

    Requires STATSIG_SERVER_SECRET_KEY. Fetches configuration values for a dynamic config or experiment

  2. 02

    Get gate

    Requires STATSIG_CONSOLE_API_KEY. Read a specific feature gate

  3. 03

    Get layer

    Requires STATSIG_SERVER_SECRET_KEY. Fetches parameter values from a layer

  4. 04

    Create dynamic config

    Requires STATSIG_CONSOLE_API_KEY. Create a new dynamic config

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Statsig.

  1. 05

    Delete gate

    Requires STATSIG_CONSOLE_API_KEY. Delete a feature gate

  2. 06

    Update gate

    Requires STATSIG_CONSOLE_API_KEY. Update an existing feature gate

  3. 07

    Check gate

    Requires STATSIG_SERVER_SECRET_KEY. Evaluates one or more feature gates for a user

  4. 08

    Create gate

    Requires STATSIG_CONSOLE_API_KEY. Create a new feature gate

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Statsig.

  1. 09

    Get dynamic config

    Requires STATSIG_CONSOLE_API_KEY. Read a specific dynamic config

  2. 10

    List dynamic configs

    Requires STATSIG_CONSOLE_API_KEY. List all dynamic configs in the project

  3. 11

    List gates

    Requires STATSIG_CONSOLE_API_KEY. List all feature gates in the project

  4. 12

    Log event

    Requires STATSIG_SERVER_SECRET_KEY. Logs custom events for analytics and metric calculation

Observed, not estimated

886ms average. Fast in production.

Statsig is checked daily against the live service.

Daily averagePeak 1052ms
Aug 20Today
Fastest day
739ms
Slowest day
1052ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Statsig, so you can see the experience inside your AI.

It does not authenticate your account with Statsig. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Statsig Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Statsig capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "statsig-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Statsig owners ask.

  • 01

    What is the difference between the Server Secret Key and the Console API Key?

    The Server Secret Key is used for evaluation capabilities like check_gate and get_config. The Console API Key is required for management actions like list_gates or create_gate.

  • 02

    How do I evaluate a gate for a specific user?

    Use the check_gate capability. You must provide the gateName and a user JSON object containing at least a userID (e.g., {"userID": "123"}).

  • 03

    Can I log custom events for analytics?

    Yes, use the log_event capability to send an array of event objects including name, value, and user metadata to Statsig for real-time metric calculation.