Flipt Connector for AI agents.
9 live capabilities
Manage feature flags and targeted rollouts from your AI client.
Waiting for input…
Why people use Flipt
Flipt for Feature Flag Management
With the Flipt MCP, you just ask your agent. It pulls the data and gives you the answer in seconds. You get the info you need without the friction of navigating a complex UI.
What Vinkius changes
You get direct conversational control over your feature flags without ever opening the Flipt dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking flag status during a hotfix
A developer needs to know if a specific flag is active in production.
- Real-world use case 02
Verifying a beta rollout
A product manager wants to ensure the beta is hitting the right audience.
- Real-world use case 03
Setting up a canary release
A DevOps engineer needs to start a 5% rollout.
Complete set · 9capabilities
The complete Flipt capability set.
These are the exact actions your AI can choose when you ask it to work with Flipt.
01—03
3 capabilities in this set.
Part of 9 available through Flipt.
- 01 Capability
List flags
Shows all feature flags in a specific namespace. Use this to quickly see which flags are active.
- 02 Capability
List namespaces
Retrieves a list of all namespaces in your Flipt instance. This helps you see your full environment structure.
- 03 Capability
List rollouts
Lists the rollout progress for a specific flag. Use this to check how many users have received a new feature.
04—06
3 capabilities in this set.
Part of 9 available through Flipt.
- 04 Capability
List rules
Shows the rules currently applied to a flag. This is useful for auditing your evaluation logic.
- 05 Capability
List segments
Lists all segments within a given namespace. Check these to see your targeted user groups.
- 06 Capability
List tokens
Shows your active authentication tokens. Use this to check your current access levels.
07—09
3 capabilities in this set.
Part of 9 available through Flipt.
- 07 Capability
Create constraint
Adds a new constraint to a segment for targeted targeting. This helps refine who sees which features.
- 08 Capability
Create distribution
Sets up a new distribution for a rule. Use this to manage percentage-based releases and canary deployments.
- 09 Capability
Create variant
Adds a new variant to a specific feature flag. Use this to create different values for your evaluation logic.
Set up in minutes
One URL. Then ask Flipt to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flipt 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_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flipt for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt URL.
- Step 03
Save and start
Save the connection and enable Flipt in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flipt": {
"url": "https://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt
Open Agent mode in chat and ask: "Using Flipt, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flipt": {
"url": "https://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt
Ask Copilot: "Using Flipt, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flipt": {
"url": "https://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt
Open Cascade and ask: "Using Flipt, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flipt": {
"url": "https://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt
Ask Cline: "Using Flipt, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flipt --transport http "https://edge.vinkius.com/vk_preview_TVcMgPuHtCjr3IvZBRaswl0SFXe5TsrryvQScOOE/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 Flipt
Ask Claude: "Using Flipt, show me...". 9 tools are ready
Where the request belongs
Work Flipt can move forward.
This is for the engineer who needs to toggle features quickly without context switching, and the product manager who wants to verify rollout percentages without asking for a manual report.
DevOps Engineer
Audits rollout configurations and namespace partitions during production incidents to ensure stability.
Product Manager
Verifies release progress and segment status to confirm specific user groups see new features.
Software Developer
Creates variants and constraints while coding to speed up feature implementation and testing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsStatsig
Manage feature flags, dynamic configs, and experiments. Evaluate gates and log events 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.
DevCycle
Equip your AI agent to manage feature flags, monitor environments, and track variations via the DevCycle API.
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.
Optimizely
Manage A/B tests and feature flags via Optimizely. list projects, track experiments, and toggle features directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Flipt 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 Flipt.
The practical details behind the request, access and result.
How does the Flipt MCP help with feature flags?
The Flipt MCP lets you manage your flags using natural language. You can list flags, check their current status, and manage variants directly through your AI client.
Can I use the Flipt MCP to manage rollouts?
Yes. You can use it to check rollout progress and create new distributions for percentage-based releases, making it much easier to manage canary deployments.
Does the Flipt MCP work with Cursor or Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
How do I set up targeted rollouts with Flipt?
You can ask your agent to create a new distribution for a specific rule or add constraints to your segments to define exactly which users see a feature.
Can I check my segments using the Flipt MCP?
Absolutely. You can list all segments within a namespace to see your targeted user groups and verify your targeting logic.
Is the Flipt MCP good for DevOps engineers?
It's a great capability for DevOps because it allows for quick auditing of rollout configurations and namespace partitions during production incidents without leaving your workspace.
Can I list all feature flags in a specific namespace?
Yes! Use the list_flags capability and provide the namespaceKey (e.g., 'default'). The agent will return all flags configured within that partition.
How do I define a new variant for an existing flag?
You can use the create_variant action. You'll need to specify the namespaceKey, flagKey, and the new variant's key and name.
Is it possible to see the rollout configuration for a specific flag?
Absolutely. Use the list_rollouts capability by providing the target namespaceKey and flagKey to retrieve the current rollout strategy.
One connection away
Give your agent a direct line to Flipt.
Connect Flipt once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available