Skip to content
Grok

launchdarkly for Grok

com.mcparmory/launchdarkly

Manage feature flags, segments, projects, environments, and team members

client:Grok transport:stdio runtime:pypi

Install launchdarkly in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "launchdarkly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-launchdarkly"
      ]
    }
  }
}

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

launchdarkly in other clients