Odel
Featureflip

Featureflip

Local
@canopy-labsTypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@featureflip/mcpv0.1.4

Run

npx -y @featureflip/mcp

MCP client config

{
  "mcpServers": {
    "featureflip": {
      "command": "npx",
      "args": [
        "-y",
        "@featureflip/mcp"
      ]
    }
  }
}