Home › Development › Featureflip

Featureflip

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

Official TypeScript Cloud
★ 0 stars Last pushed 2026-09-18 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.7)

npx -y @featureflip/mcp@0.1.7

Or add to your MCP client config:

{
  "mcpServers": {
    "featureflip-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@featureflip/mcp@0.1.7"
      ],
      "env": {
        "FEATUREFLIP_TOKEN": "<YOUR_VALUE>",
        "FEATUREFLIP_API_URL": "<YOUR_VALUE>",
        "FEATUREFLIP_ORG": "<YOUR_VALUE>"
      }
    }
  }
}
  • FEATUREFLIP_TOKEN required secret — Featureflip API token. A personal token (ffp_) acts as you; a service token (ffs_) is a scoped machine identity for CI and agents.
  • FEATUREFLIP_API_URL — Management API base URL. Defaults to https://api.featureflip.io.
  • FEATUREFLIP_ORG — Organization slug. Only needed for a personal token that can reach more than one organization.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry