CLI
Rank #5,434com.devcycle/mcp
DevCycle MCP server for feature flag management
CLI is a Model Context Protocol (MCP) server published by DevCycleHQ. It ranks #5,434 of 132,046 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. CLI is listed across 3 registries — Official MCP, mcp.so and Glama, with 11 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Apr 28, 2026.
Ranks ahead of 126,612 of 132,046 servers on MCP Toplist.
Use CLI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http devcycle https://mcp.devcycle.com/mcpclaude mcp add --transport http devcycle https://mcp.devcycle.com/sse[mcp_servers.devcycle]
url = "https://mcp.devcycle.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.devcycle]
url = "https://mcp.devcycle.com/sse"Add to ~/.codex/config.toml.
https://mcp.devcycle.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.devcycle.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"devcycle": {
"url": "https://mcp.devcycle.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"devcycle": {
"url": "https://mcp.devcycle.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devcycle": {
"type": "http",
"url": "https://mcp.devcycle.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"devcycle": {
"type": "http",
"url": "https://mcp.devcycle.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devcycle": {
"serverUrl": "https://mcp.devcycle.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devcycle": {
"serverUrl": "https://mcp.devcycle.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devcycle": {
"url": "https://mcp.devcycle.com/mcp"
}
}
}{
"mcpServers": {
"devcycle": {
"url": "https://mcp.devcycle.com/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.devcycle%2Fmcp)<a href="https://mcptoplist.com/server/com.devcycle%2Fmcp"><img src="https://mcptoplist.com/badge/com.devcycle%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
DevCycleHQ
Available versions (11)
| Version | Published |
|---|---|
| 6.3.2 | Apr 28, 2026 |
| 6.3.1 | Apr 13, 2026 |
| 6.3.0 | Apr 3, 2026 |
| 6.2.2 | Mar 13, 2026 |
| 6.2.1 | Jan 2, 2026 |
| 6.1.4 | Oct 30, 2025 |
| 6.1.2 | Oct 8, 2025 |
| 6.1.1 | Oct 1, 2025 |
| 6.1.0 | Sep 17, 2025 |
| 6.0.2 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains CLI?
- CLI is maintained by DevCycleHQ, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is CLI listed on the Official MCP Registry?
- Yes — CLI is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does CLI have?
- MCP Toplist tracks 11 versions of CLI, most recently published on Apr 28, 2026.
- Where can I find the source code for CLI?
- The source code for CLI is hosted at github.com/DevCycleHQ/cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.