Loading MCP server directory, please wait...
Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.
npx @getmcp/cli add io.github.canopy-labs/featureflipRequires Node.js 18+. Community-contributed server. Review source before installing.
FEATUREFLIP_TOKENFeatureflip API token. A personal token (ffp_) acts as you; a service token (ffs_) is a scoped machine identity for CI and agents.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.canopy-labs/featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "",
"FEATUREFLIP_API_URL": "https://api.featureflip.io",
"FEATUREFLIP_ORG": ""
}
}
}
}