
LaunchDarkly
Interact with LaunchDarkly to manage feature flags, segments, environments, and projects
Tools
List Projects
Retrieve all projects in your LaunchDarkly account. Projects contain feature flags and environments.
List Environments
Retrieve all environments within a project. Environments represent deployment targets like production, staging, test.
List Feature Flags
Retrieve all feature flags within a project with metadata and targeting rules.
Get Feature Flag
Retrieve a single feature flag by key with full configuration details.
Create Feature Flag
Create a new feature flag in a project.
Update Feature Flag
Update a feature flag using semantic patch instructions.
Delete Feature Flag
Delete a feature flag from a project.
Get Feature Flag Status
Get the status of a feature flag in an environment (new, active, inactive, launched).
List Code Repositories
List code repositories that have been connected for code references.
List Segments
List all segments in an environment. Segments are reusable groups of contexts that can be targeted by feature flags.
Get Segment
Get a single segment by key. Returns included/excluded contexts.
Create Segment
Create a new segment in an environment.
Update Segment
Update a segment using semantic patch. Use to add/remove contexts (like business_id) from a segment.
Delete Segment
Delete a segment from an environment.
Installation Steps
Get StartedCreate a Gumloop Account
To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.
Copy Your Server URL
Copy your MCP server URL and add it to your client. You'll be prompted to authorize on first use.