4,000+ servers built on vurb.ts
Vinkius

Statsig MCP Server for WindsurfGive Windsurf instant access to 12 tools to Check Gate, Create Dynamic Config, Create Gate, and more

MCP Inspector GDPR Free for Subscribers

Windsurf brings agentic AI coding to a purpose-built IDE. Connect Statsig through Vinkius and Cascade will auto-discover every tool. ask questions, generate code, and act on live data without leaving your editor.

Ask AI about this MCP Server for Windsurf

The Statsig MCP Server for Windsurf is a standout in the Developer Tools category — giving your AI agent 12 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
Classic Setup·json
{
  "mcpServers": {
    "statsig": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Statsig and 4,000+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Statsig
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Statsig MCP Server

Connect your Statsig project to any AI agent to manage feature rollouts and product experiments through natural conversation.

Windsurf's Cascade agent chains multiple Statsig tool calls autonomously. query data, analyze results, and generate code in a single agentic session. Paste Vinkius Edge URL, reload, and all 12 tools are immediately available. Real-time tool feedback appears inline, so you see API responses directly in your editor.

What you can do

  • Feature Gates — Evaluate if a feature is enabled for a specific user or list all project gates
  • Dynamic Configs — Fetch JSON configurations and experiments to control app behavior without code changes
  • Event Logging — Log custom events for real-time analytics and metric calculation
  • Gate Management — Create, update, or delete feature gates directly via the Console API
  • Layer Inspection — Evaluate layers and retrieve parameter values for specific users

The Statsig MCP Server exposes 12 tools through the Vinkius. Connect it to Windsurf in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 12 Statsig tools available for Windsurf

When Windsurf connects to Statsig through Vinkius, your AI agent gets direct access to every tool listed below — spanning feature-flags, ab-testing, product-experimentation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

check

Check gate on Statsig

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

create

Create dynamic config on Statsig

Requires STATSIG_CONSOLE_API_KEY. Create a new dynamic config

create

Create gate on Statsig

Requires STATSIG_CONSOLE_API_KEY. Create a new feature gate

delete

Delete gate on Statsig

Requires STATSIG_CONSOLE_API_KEY. Delete a feature gate

get

Get config on Statsig

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

get

Get dynamic config on Statsig

Requires STATSIG_CONSOLE_API_KEY. Read a specific dynamic config

get

Get gate on Statsig

Requires STATSIG_CONSOLE_API_KEY. Read a specific feature gate

get

Get layer on Statsig

Requires STATSIG_SERVER_SECRET_KEY. Fetches parameter values from a layer

list

List dynamic configs on Statsig

Requires STATSIG_CONSOLE_API_KEY. List all dynamic configs in the project

list

List gates on Statsig

Requires STATSIG_CONSOLE_API_KEY. List all feature gates in the project

log

Log event on Statsig

Requires STATSIG_SERVER_SECRET_KEY. Logs custom events for analytics and metric calculation

update

Update gate on Statsig

Requires STATSIG_CONSOLE_API_KEY. Update an existing feature gate

Connect Statsig to Windsurf via MCP

Follow these steps to wire Statsig into Windsurf. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Open MCP Settings

Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
02

Add the server

Paste the JSON configuration above into mcp_config.json
03

Save and reload

Windsurf will detect the new server automatically
04

Start using Statsig

Open Cascade and ask: "Using Statsig, help me...". 12 tools available

Why Use Windsurf with the Statsig MCP Server

Windsurf provides unique advantages when paired with Statsig through the Model Context Protocol.

01

Windsurf's Cascade agent autonomously chains multiple tool calls in sequence, solving complex multi-step tasks without manual intervention

02

Purpose-built for agentic workflows. Cascade understands context across your entire codebase and integrates MCP tools natively

03

JSON-based configuration means zero code changes: paste a URL, reload, and all 12 tools are immediately available

04

Real-time tool feedback is displayed inline, so you see API responses directly in your editor without switching contexts

Statsig + Windsurf Use Cases

Practical scenarios where Windsurf combined with the Statsig MCP Server delivers measurable value.

01

Automated code generation: ask Cascade to fetch data from Statsig and generate models, types, or handlers based on real API responses

02

Live debugging: query Statsig tools mid-session to inspect production data while debugging without leaving the editor

03

Documentation generation: pull schema information from Statsig and have Cascade generate comprehensive API docs automatically

04

Rapid prototyping: combine Statsig data with Cascade's code generation to scaffold entire features in minutes

Example Prompts for Statsig in Windsurf

Ready-to-use prompts you can give your Windsurf agent to start working with Statsig immediately.

01

"Check if the gate 'new_checkout_flow' is enabled for user 'user_99'."

02

"List all feature gates in my Statsig project."

03

"Create a new feature gate named 'mobile_redesign' with description 'Testing new UI'."

Troubleshooting Statsig MCP Server with Windsurf

Common issues when connecting Statsig to Windsurf through Vinkius, and how to resolve them.

01

Server not connecting

Check Settings → MCP for the server status. Try toggling it off and on.

Statsig + Windsurf FAQ

Common questions about integrating Statsig MCP Server with Windsurf.

01

How does Windsurf discover MCP tools?

Windsurf reads the mcp_config.json file on startup and connects to each configured server via Streamable HTTP. Tools are listed in the MCP panel and available to Cascade automatically.
02

Can Cascade chain multiple MCP tool calls?

Yes. Cascade is an agentic system. it can plan and execute multi-step workflows, calling several tools in sequence to accomplish complex tasks without manual prompting between steps.
03

Does Windsurf support multiple MCP servers?

Yes. Add as many servers as needed in mcp_config.json. Each server's tools appear in the MCP panel and Cascade can use tools from different servers in a single flow.

Explore More MCP Servers

View all →