Featureflip for Cursor
io.github.canopy-labs/featureflip
Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.
client:Cursor
transport:stdio
runtime:npm
Install Featureflip in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"featureflip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<FEATUREFLIP_ORG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs