Featureflip for Windsurf
io.github.canopy-labs/featureflip
Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.
client:Windsurf
transport:stdio
runtime:npm
Install Featureflip in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<FEATUREFLIP_ORG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs