DevCycle Connector for AI agents.
10 live capabilities
Manage feature flags and production environments through your AI client.
Waiting for input…
Why people use DevCycle
DevCycle Feature Flag Management for AI Agents
With this Connector, you just ask your agent. You can check a flag's status or grab a key in seconds. You get a clear view of your deployment state without ever leaving your workspace.
What Vinkius changes
You get direct, conversational control over your feature flags and environments.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Incident Response
An SRE notices a bug and asks the agent to use update_feature_flag_status to kill a new feature immediately.
- Real-world use case 02
Onboarding
A new dev asks the agent for the production keys, and it uses get_environment_sdk_keys to provide them.
- Real-world use case 03
Planning
A PM asks for a list of all flags in a project to see what's currently in the pipeline using list_feature_flags.
Complete set · 10capabilities
The complete DevCycle capability set.
These are the exact actions your AI can choose when you ask it to work with DevCycle.
01—04
4 capabilities in this set.
Part of 10 available through DevCycle.
- 01 Capability
Get feature flag details
Get the full configuration and targeting rules for a specific feature flag. This helps you see exactly who is seeing which version of a feature.
- 02 Capability
List active flags
Identify which feature flags are currently turned on. Use this to get a quick overview of your live production state.
- 03 Capability
List project environments
List all environments like Production and Staging for a project. This keeps your deployment targets organized.
- 04 Capability
List feature flags
List all feature flags within a specific project. This gives you a complete inventory of your rollout options.
05—07
3 capabilities in this set.
Part of 10 available through DevCycle.
- 05 Capability
Get environment sdk keys
List SDK keys for all environments in a project. Use this to quickly grab keys for mobile or server setups.
- 06 Capability
List devcycle projects
List all projects in your account. This is a fast way to see the scope of your managed features.
- 07 Capability
List feature variables
List all variables defined in a project. This ensures you have the right values for your configurations.
08—10
3 capabilities in this set.
Part of 10 available through DevCycle.
- 08 Capability
Search feature flags
Search for feature flags in a project by keyword. This is the fastest way to find a specific flag in a large project.
- 09 Capability
Update feature flag status
Update the status of a feature flag to active or archived. Use this to toggle features on or off instantly.
- 10 Capability
Get project details
Get detailed information for a specific project. Use this to verify project-level settings and metadata.
Set up in minutes
One URL. Then ask DevCycle to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DevCycle 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_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DevCycle for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle URL.
- Step 03
Save and start
Save the connection and enable DevCycle in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"devcycle": {
"url": "https://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle
Open Agent mode in chat and ask: "Using DevCycle, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"devcycle": {
"url": "https://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle
Ask Copilot: "Using DevCycle, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"devcycle": {
"url": "https://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle
Open Cascade and ask: "Using DevCycle, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"devcycle": {
"url": "https://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle
Ask Cline: "Using DevCycle, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add devcycle --transport http "https://edge.vinkius.com/vk_preview_9KlGvMftHeRh3QNALNq6MDQdyAFoq82pVDX2uot9/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 DevCycle
Ask Claude: "Using DevCycle, show me...". 10 tools are ready
Where the request belongs
Work DevCycle can move forward.
For engineers and product folks who manage complex rollouts and need to move fast without hunting for dashboard links.
Software Engineer
Checks SDK keys and flag configs during development to ensure environment parity.
Product Manager
Monitors rollout status and targeting rules to keep stakeholders updated during launches.
DevOps Engineer
Audits environment settings and flag statuses during high-pressure incident response.
Build 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.
Statsig
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.
Flipt
Manage feature flags and rollouts via Flipt. list namespaces, flags, segments, and rules 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.
LaunchDarkly
Manage LaunchDarkly feature flags, environments, assignments and deployments smoothly through conversational AI.
Bring your own AI
Change the model, client or framework. Keep DevCycle 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 DevCycle.
The practical details behind the request, access and result.
Can I use DevCycle MCP to turn off a broken feature?
Yes, you can use the Connector to update a flag's status. Your agent can quickly switch a flag from active to archived to stop a rollout immediately.
How do I get my SDK keys using DevCycle MCP?
The Connector can fetch your SDK keys for any environment. Just ask your agent for the production, staging, or mobile keys, and it will retrieve them for you.
Can the DevCycle MCP help me find specific flags?
Yes, you can search for flags by keyword. This allows you to find specific features in large projects without having to scroll through long lists.
Is DevCycle MCP good for incident response?
It is excellent for incident response. It lets you quickly verify flag statuses and targeting rules to identify and mitigate issues faster.
Can I see all my projects with DevCycle MCP?
Yes, the Connector can list all projects in your account. This helps you get a high-level overview of your entire feature flag portfolio.
Can DevCycle MCP show me targeting rules?
Yes, it can pull the full configuration for a specific flag. This includes seeing exactly which variations are active and which environments they target.
How do I get DevCycle API credentials?
Log in to your DevCycle dashboard, navigate to Settings > Organization > API Management, and create a new Client ID and Client Secret.
Can the agent toggle feature flags?
Yes, you can use the update_feature_flag_status capability to set a flag to 'active' or 'archived' directly from the agent.
Does the integration show SDK keys?
Yes, the get_environment_sdk_keys capability allows the agent to retrieve the specific identifiers needed for your web, mobile, or server-side SDKs.
One connection away
Give your agent a direct line to DevCycle.
Connect DevCycle once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available