Flagsmith Connector for AI agents.
8 live capabilities
Manage feature flags and remote configurations from your code editor.
Waiting for input…
Why people use Flagsmith
Flagsmith for Faster Feature Release Management
With this Connector, you just type "Turn off the new checkout flow" into your AI client. The agent handles the API call, updates the flag, and you stay focused on your code. You get instant confirmation without ever leaving your workspace.
What Vinkius changes
You get direct control over your release toggles without ever opening a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Emergency Toggle
A bug is found in production.
- Real-world use case 02
The Beta Rollout
A PM wants to test a new UI with 50 specific users.
- Real-world use case 03
The Environment Setup
A dev needs a new Preview environment.
Complete set · 8capabilities
The complete Flagsmith capability set.
These are the exact actions your AI can choose when you ask it to work with Flagsmith.
01—04
4 capabilities in this set.
Part of 8 available through Flagsmith.
- 01 Capability
Create environment
Create a new environment within a project. This helps you set up new staging or preview areas.
- 02 Capability
Delete segment override
Remove a segment override. Use this to clean up old rules that are no longer needed.
- 03 Capability
Get environment document
Fetch the entire environment configuration. This is great for pulling all settings into your local environment.
- 04 Capability
Get environment flags
Get all default flag states for a specific environment. Use this to see what's currently active.
05—08
4 capabilities in this set.
Part of 8 available through Flagsmith.
- 05 Capability
Get identity flags
Fetch flags and traits for a specific user. This helps you debug what a specific customer is seeing.
- 06 Capability
Identify user
Identify a user and set their traits. Use this to put a specific person into a beta group.
- 07 Capability
Update flag v1
Update a single flag value. This is the fastest way to toggle a feature on or off.
- 08 Capability
Update flag v2
Update multiple flag values at once. Use this for batch updates across your environment.
Set up in minutes
One URL. Then ask Flagsmith to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flagsmith 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_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flagsmith for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith URL.
- Step 03
Save and start
Save the connection and enable Flagsmith in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flagsmith": {
"url": "https://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith
Open Agent mode in chat and ask: "Using Flagsmith, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flagsmith": {
"url": "https://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith
Ask Copilot: "Using Flagsmith, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flagsmith": {
"url": "https://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith
Open Cascade and ask: "Using Flagsmith, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flagsmith": {
"url": "https://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith
Ask Cline: "Using Flagsmith, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flagsmith --transport http "https://edge.vinkius.com/vk_preview_xgmQb2dzh97FZxv1IILo2vfMxbDzCf9lyXcSnJKm/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 Flagsmith
Ask Claude: "Using Flagsmith, show me...". 8 tools are ready
Where the request belongs
Work Flagsmith can move forward.
This is for the engineer tired of dashboard hopping and the product manager who needs to move fast on rollouts.
Software Engineer
Checking flag states and user traits directly in the editor to debug logic without leaving the code.
Product Manager
Toggling features and managing rollouts for specific user segments without touching the dashboard.
Site Reliability Engineer
Automating environment creation and managing segment overrides during incident response.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsConfigCat
Manage feature flags and remote configurations via ConfigCat. list environments, create settings, and toggle features 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.
Flipt
Manage feature flags and rollouts via Flipt. list namespaces, flags, segments, and rules directly from your AI agent.
DevCycle
Equip your AI agent to manage feature flags, monitor environments, and track variations via the DevCycle API.
LaunchDarkly
Manage LaunchDarkly feature flags, environments, assignments and deployments smoothly through conversational AI.
Statsig
Manage feature flags, dynamic configs, and experiments. Evaluate gates and log events directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Flagsmith 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 Flagsmith.
The practical details behind the request, access and result.
Can I use the Flagsmith MCP to toggle features in real-time?
Yes, it updates flags instantly via the Admin API. You can ask your agent to turn features on or off for any environment without opening a browser.
Does the Flagsmith MCP support batch updates?
Yes, it can update multiple flags at once. This is perfect for syncing several configuration changes in a single command.
How do I use Flagsmith MCP to test a feature for a specific user?
You can use the identification capability to assign specific traits to a user. This allows you to put them into a beta group or test specific experiences instantly.
Can I create new environments using the Flagsmith MCP?
Yes, you can spin up new environments for different projects using natural language commands. It handles the creation process for you.
Will the Flagsmith MCP help me debug what a specific customer sees?
Yes, it can fetch the specific flags and traits for any user identity. This makes it easy to see exactly what a customer is experiencing.
Is the Flagsmith MCP good for managing remote configurations?
Yes, it handles both flag values and remote configuration documents. You can pull full config docs for your local environment or update remote values on the fly.
Can I retrieve flags for a specific user identity?
Yes. Use the get_identity_flags capability by providing the user's identifier. The agent will return all flags and traits associated with that specific identity in the environment.
How do I update multiple feature flags at once?
You can use the update_flag_v2 capability for batch changes. Provide the environment key and a JSON payload containing the updates you wish to apply simultaneously.
Is it possible to create a new environment via the agent?
Yes, using the create_environment capability. You will need to provide a name for the environment and the target Project ID. This requires a valid Flagsmith Admin API Key.
One connection away
Give your agent a direct line to Flagsmith.
Connect Flagsmith once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available