Skip to content
Grok

LaunchFlag for Grok

dev.launchflag/launchflag

Feature flags and kill switches. Turn a shipped feature off in production without a deploy.

client:Grok transport:streamable-http runtime:npm

Install LaunchFlag in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "launchflag": {
      "type": "http",
      "url": "https://launchflag.dev/api/mcp"
    }
  }
}

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

LaunchFlag in other clients