Skip to content
Cursor

LaunchFlag for Cursor

dev.launchflag/launchflag

Feature flags and kill switches. Turn a shipped feature off in production without a deploy.

client:Cursor transport:streamable-http runtime:npm

Install LaunchFlag in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "launchflag": {
      "url": "https://launchflag.dev/api/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LaunchFlag in other clients