Skip to content
Cline

Featureflip for Cline

io.github.canopy-labs/featureflip

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

client:Cline transport:stdio runtime:npm

Install Featureflip in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Featureflip in other clients