Devcyclehq MCP Server

DevCycle CLI & MCP Server This repository contains the DevCycle CLI for managing feature flags from the command line, plus an MCP (Model Context Protocol) server that enables AI coding assistants to interact with DevCycle. It is available as a remote MCP endpoint.

Teams that want a hosted cloud infrastructure endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 20 · #100 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Devcyclehq MCP Server

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.devcycle.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.devcycle.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.devcycle - domain-verified with the official MCP registry

03 · What Devcyclehq MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v6.3.2 · 2026-04-28

add repository_dispatch to update CLI version on GitHub Action repos · generate and publish npm-shrinkwrap.json to lock full dependency tree · resolve open dependabot security alerts

v6.3.1 · 2026-04-13

resolve open dependabot security advisories · bump axios to 1.15.0 to resolve dependabot alerts

v6.3.0 · 2026-04-03

resolve dependabot security advisories for transitive deps · resolve open dependabot advisories and cap axios below 1.14 · pin axios to 1.13.6

04 · Who maintains Devcyclehq MCP Server

mcp is maintained by devcyclehq. It's the only MCP server we track from this author; the repo dates to Jan 2022.

05 · Facts

category
cloud infrastructure - ranked #100 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
com.devcycle/mcp (active, first published 2025-09-17 · 10 versions)

06 · Devcyclehq MCP Server FAQ

What is Devcyclehq MCP Server?

DevCycle CLI & MCP Server This repository contains the DevCycle CLI for managing feature flags from the command line, plus an MCP (Model Context Protocol) server that enables AI coding assistants to interact with DevCycle. It is available as a remote MCP endpoint.

Is Devcyclehq MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.

How do I install Devcyclehq MCP Server?

Run `claude mcp add devcyclehq-cli --transport http https://mcp.devcycle.com/mcp`. You can also paste the ready-made client config above.

Does Devcyclehq MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Devcyclehq MCP Server

More cloud infrastructure MCP servers · Cortex RMCP · Synapse RMCP (dinglebear-ai) · Uxspot MCP · Boxpdf · AIquila - Nextcloud MCP Server

More TypeScript MCP servers · UI Debugger MCP · Swell MCP · Dev Lens · Gitwand · DERO MCP Server · see all