Home › Other › cli

cli

DevCycle MCP server for feature flag management

TypeScript Remote
★ 20 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.devcycle.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http cli https://mcp.devcycle.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "cli": {
      "url": "https://mcp.devcycle.com/mcp"
    }
  }
}

Remote (sse)

https://mcp.devcycle.com/sse Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse cli https://mcp.devcycle.com/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "cli": {
      "url": "https://mcp.devcycle.com/sse"
    }
  }
}

Related servers

Data from the Official MCP Registry