Skip to content
Cursor

launchdarkly for Cursor

com.mcparmory/launchdarkly

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

client:Cursor transport:stdio runtime:pypi

Install launchdarkly in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

launchdarkly in other clients