Statsig Connector for AI agents.
12 live capabilities
Manage feature flags and product experiments through your AI agent.
Waiting for input…
Why people use Statsig
Statsig for Feature Flag Management
This Connector changes that. You can stay in your flow and just tell your agent to update a gate or check a status. It handles the navigation and the API calls for you, giving you a direct line of command to your product's behavior.
What Vinkius changes
You get a natural language interface for your entire product rollout strategy.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Rollout Check
A PM wants to know if a new checkout flow is live for a specific VIP user.
- Real-world use case 02
Emergency Config Update
A dev notices a bug in a dynamic config and needs to change a JSON value.
- Real-world use case 03
Data Validation
A data scientist needs to confirm that a specific event is being captured.
Complete set · 12capabilities
The complete Statsig capability set.
These are the exact actions your AI can choose when you ask it to work with Statsig.
01—04
4 capabilities in this set.
Part of 12 available through Statsig.
- 01 Capability
List gates
Lists all feature gates in your project. Use this to get a bird's eye view of your active gates.
- 02 Capability
Get config
Fetches configuration values for a specific config or experiment. This helps you see the exact JSON being served.
- 03 Capability
Get dynamic config
Reads a specific dynamic config. Use this to inspect the details of a single configuration.
- 04 Capability
Get gate
Reads a specific feature gate. This lets you see the current rules and settings for a single gate.
05—08
4 capabilities in this set.
Part of 12 available through Statsig.
- 05 Capability
Get layer
Fetches parameter values from a layer. This is useful for seeing how layers affect your evaluations.
- 06 Capability
Log event
Logs custom events for analytics. This sends real-time data to your Statsig dashboard for tracking.
- 07 Capability
List dynamic configs
Shows all dynamic configs in your project. Use this to see what configurations are currently active.
- 08 Capability
Check gate
Evaluates feature gates for a specific user. This tells you if a user can see a specific feature right now.
09—12
4 capabilities in this set.
Part of 12 available through Statsig.
- 09 Capability
Create dynamic config
Creates a new dynamic config. Use this to set up new app behaviors without deploying code.
- 10 Capability
Create gate
Creates a new feature gate. This lets you start a new rollout or experiment immediately.
- 11 Capability
Delete gate
Deletes a feature gate. Use this to clean up old gates once a feature is fully launched.
- 12 Capability
Update gate
Updates an existing feature gate. Use this to change rollout percentages or target rules on the fly.
Set up in minutes
One URL. Then ask Statsig to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Statsig from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Statsig, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Statsig for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Statsig URL.
- Step 03
Save and start
Save the connection and enable Statsig in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"statsig": {
"url": "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Statsig
Open Agent mode in chat and ask: "Using Statsig, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"statsig": {
"url": "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Statsig
Ask Copilot: "Using Statsig, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"statsig": {
"url": "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Statsig
Open Cascade and ask: "Using Statsig, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"statsig": {
"url": "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Statsig
Ask Cline: "Using Statsig, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add statsig --transport http "https://edge.vinkius.com/vk_preview_ZEX4bsyQXMNxXPnw9oDygkK22SmvaLyaVC4MgykQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Statsig
Ask Claude: "Using Statsig, show me...". 12 tools are ready
Where the request belongs
Work Statsig can move forward.
This is for the product folks and engineers who spend half their day toggling flags and checking experiment statuses in a separate tab.
Product Manager
Verifies gate statuses and creates new feature flags during sprint planning without leaving their chat.
Software Engineer
Checks evaluation logic and logs test events directly from their IDE to see how code behaves in real-time.
Data Scientist
Inspects experiment configurations and verifies metric logging to ensure the data pipeline is healthy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDevCycle
Equip your AI agent to manage feature flags, monitor environments, and track variations via the DevCycle API.
Flipt
Manage feature flags and rollouts via Flipt. list namespaces, flags, segments, and rules directly from your AI agent.
GrowthBook
Manage feature flags and experiments via GrowthBook. control environments, toggle features, and organize projects directly from your AI agent.
PostHog
Manage product analytics and feature flags via PostHog. query events, inspect cohorts, toggle flags and create annotations from any AI agent.
Flagsmith
Manage feature flags and remote config via Flagsmith. toggle features, manage identities, and update environment configurations directly from your AI agent.
Unleash (Feature Toggles)
Manage feature flags, strategies, and environments via Unleash. evaluate toggles, list projects, and monitor metrics directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Statsig connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Statsig.
The practical details behind the request, access and result.
What can I do with the Statsig MCP?
You can manage feature flags, dynamic configurations, and product experiments through a natural conversation. It lets your AI agent perform actions like creating gates, updating rollout rules, and fetching configuration values.
Can I create new feature gates using this?
Yes, you can use your AI agent to create new gates immediately. Just describe the gate name and rollout rules in your chat.
How do I check if a user sees a feature?
You can ask your agent to check a specific gate for any user ID. It will return a clear status of whether that user has access to the feature.
Does this help with A/B testing?
Yes, it helps you manage the configurations and experiments that drive your A/B tests. You can inspect and update these parameters without leaving your chat.
Does the Statsig MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
Can I log events for my analytics?
Yes, you can ask your agent to log custom events. This sends real-time data to your analytics dashboard for tracking and metric calculation.
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.
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"}).
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.
One connection away
Give your agent a direct line to Statsig.
Connect Statsig once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available