Skip to content
Zed

LaunchFlag for Zed

dev.launchflag/launchflag

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

client:Zed transport:streamable-http runtime:npm

Install LaunchFlag in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

LaunchFlag in other clients