Skip to content
Zed

Featureflip for Zed

io.github.canopy-labs/featureflip

Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.

client:Zed transport:stdio runtime:npm

Install Featureflip in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "featureflip": {
      "command": "npx",
      "args": [
        "-y",
        "@featureflip/mcp"
      ],
      "env": {
        "FEATUREFLIP_TOKEN": "<FEATUREFLIP_TOKEN>",
        "FEATUREFLIP_API_URL": "<FEATUREFLIP_API_URL>",
        "FEATUREFLIP_ORG": "<FEATUREFLIP_ORG>"
      }
    }
  }
}

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

Featureflip in other clients