Skip to content
Grok

Featureflip for Grok

io.github.canopy-labs/featureflip

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

client:Grok transport:stdio runtime:npm

Install Featureflip in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Featureflip in other clients