LaunchDarkly Connector for AI agents.
9 live capabilities
Manage feature flags and release toggles across your production environments.
Waiting for input…
Why people use LaunchDarkly
LaunchDarkly for Faster Feature Flag Management
This Connector puts those controls in your chat. You just ask your agent to check the status or toggle a switch. You get the info you need instantly without the friction of a multi-step UI.
What Vinkius changes
You get to manage your entire release lifecycle through a chat interface instead of a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Kill Switch
A feature starts crashing production.
- Real-world use case 02
A/B Test Review
A product manager wants to see the conversion rate for a new button.
- Real-world use case 03
Deployment Audit
A lead engineer needs to know who enabled a flag last night.
Complete set · 9capabilities
The complete LaunchDarkly capability set.
These are the exact actions your AI can choose when you ask it to work with LaunchDarkly.
01—03
3 capabilities in this set.
Part of 9 available through LaunchDarkly.
- 01 Capability
Get metric
Get the specific data for an experimentation metric. This helps you see how a feature is performing in real time.
- 02 Capability
Get project
View the high-level details and configuration for a specific project. It's a quick way to see your project's general setup.
- 03 Capability
List environments
See every environment like Production or Staging within a specific project. It helps you keep track of all your active clusters.
04—06
3 capabilities in this set.
Part of 9 available through LaunchDarkly.
- 04 Capability
List feature flags
Get a full list of every feature flag currently active in your project. Use this to get a bird's-eye view of your rollouts.
- 05 Capability
List metrics
See all the experimentation metrics available for your project's current tests. This is the fastest way to grab your latest A/B test data.
- 06 Capability
Get environment
See the specific details and settings for a single environment like Test or Production. This helps you verify your current environment config.
07—09
3 capabilities in this set.
Part of 9 available through LaunchDarkly.
- 07 Capability
List audit logs
See a history of changes and actions taken across your account. This is great for security and tracking who changed what.
- 08 Capability
List projects
Get a list of all projects you have set up in your LaunchDarkly account. It's a simple way to see your entire workspace at a glance.
- 09 Capability
Get feature flag
This capability lets you see the full details of a specific feature flag. It's useful for checking current status and targeting rules in one go.
Set up in minutes
One URL. Then ask LaunchDarkly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LaunchDarkly 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_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LaunchDarkly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly URL.
- Step 03
Save and start
Save the connection and enable LaunchDarkly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"launchdarkly": {
"url": "https://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly
Open Agent mode in chat and ask: "Using LaunchDarkly, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"launchdarkly": {
"url": "https://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly
Ask Copilot: "Using LaunchDarkly, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"launchdarkly": {
"url": "https://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly
Open Cascade and ask: "Using LaunchDarkly, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"launchdarkly": {
"url": "https://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly
Ask Cline: "Using LaunchDarkly, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add launchdarkly --transport http "https://edge.vinkius.com/vk_preview_q4tbtN6VOQiJj3bWOc42Ne8iFwrDWYBf9vVkTths/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 LaunchDarkly
Ask Claude: "Using LaunchDarkly, show me...". 9 tools are ready
Where the request belongs
Work LaunchDarkly can move forward.
The DevOps engineer who's tired of clicking through dashboards at 2am, the product manager who needs instant A/B test data, and the developer who just wants to know if their code is actually live.
DevOps Engineer
Checking production health and audit logs to troubleshoot deployment issues without leaving the terminal.
Product Manager
Getting a quick status update on A/B test engagement and feature rollout percentages.
Fullstack Developer
Verifying that a new feature flag is correctly targeting the staging environment before a push.
When one Connector is not enough
Carry the request into a workflow.
Combine LaunchDarkly with the systems that finish the task.
View all recipesBuild the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUnleash (Feature Toggles)
Manage feature flags, strategies, and environments via Unleash. evaluate toggles, list projects, and monitor metrics directly from your AI agent.
Flagsmith
Manage feature flags and remote config via Flagsmith. toggle features, manage identities, and update environment configurations directly from your AI agent.
DevCycle
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.
Deterministic Feature Flag Evaluator
Evaluate feature flags using consistent, hash-based logic to prevent session flicker.
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 LaunchDarkly 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 LaunchDarkly.
The practical details behind the request, access and result.
Can the LaunchDarkly MCP turn off a feature for me?
Yes, you can ask your agent to toggle a specific flag to OFF immediately. This works as a kill switch to stop a buggy feature from reaching users.
How do I see my A/B test results with LaunchDarkly MCP?
You can ask your agent to pull the latest metrics for a specific project. It will fetch the data and show you the current performance numbers.
Can I use LaunchDarkly MCP to check my audit logs?
Yes, you can ask your agent to show you the recent changes in your account. This is helpful for tracking who modified a flag or environment.
Does LaunchDarkly MCP work for multiple environments?
It does. You can ask your agent to list all environments or check the specific status of clusters like Staging, Production, or Test.
How do I connect LaunchDarkly MCP to my AI client?
You can connect it easily through the Vinkius platform. Once connected, your AI client will have the ability to interact with your LaunchDarkly assets.
Can I see all my projects at once?
Yes, you can ask your agent to list all projects. It will return a summary of every project currently linked to your account.
How do I authenticate?
Generate a valid API access token inside your LaunchDarkly Authorization Settings and attach it.
Can I toggle flags in Production directly?
Yes! Due to the direct integration, whatever environments the API token has rights to, the agent can configure.
Do I need to re-sync manual changes?
No, the agent fetches live configuration directly from the provider in real-time each run.
One connection away
Give your agent a direct line to LaunchDarkly.
Connect LaunchDarkly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available