DevCycle
Turn your favourite AI tool into a feature management assistant. DevCycle's MCP works with your favourite coding assistant so you can create and monitor feature flags using natural language right in your workflow.
Ads
Overview
The DevCycle Model Context Protocol (MCP) Server is based on the DevCycle CLI, it enables AI-powered code editors like Cursor and Windsurf, or general-purpose tools like Claude Desktop, to interact directly with your DevCycle projects and make changes on your behalf. The DevCycle MCP is hosted so there is no need to set up a local server. We'll walk you through installation and authentication with your preferred AI tools. Direct Connection: For clients that natively support the MCP specification with OAuth authentication, you can connect directly to our hosted server:
Installation
https://mcp.devcycle.com/mcp
Configuration
{
"mcpServers": {
"DevCycle": {
"url": "https://mcp.devcycle.com/mcp"
}
}Capabilities
- Create feature flags
Ask to create a new flag like `new-checkout-flow` via `create_feature`, with targeting rules and variables.
- Manage flag lifecycle
Use `update_feature_status` to enable or disable targeting in specific environments, or `delete_feature` to remove obsolete flags.
- List and inspect projects
Ask for all features in your project with `list_features`, or switch context using `select_project` and `get_current_project`.
- Set self-targeting overrides
Test flags as a specific user with `set_self_targeting_override` and view overrides via `list_self_targeting_overrides`.
- Pull evaluation analytics
Request usage metrics with `get_feature_total_evaluations` or `get_project_total_evaluations` for recent time ranges.
- Get SDK installation guidance
Ask for setup examples and code snippets via `install_devcycle_sdk` for your preferred language.
Tags
- development
- devops
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.