@pipeworx/launchdarkly
Connect: https://gateway.pipeworx.io/launchdarkly/mcp · Install: one-click buttons
Tools: 4
Inspect projects, environments, feature rollouts, and experiment-linked flags through LaunchDarkly’s REST API.
Tools
ld_list_projects— list projects and environmentsld_list_environments— inspect environments in a projectld_list_flags— search bounded feature flags and rollout stateld_get_flag— retrieve one flag and environment configuration
Auth
Pass a LaunchDarkly access token as _apiKey. Use a reader token restricted to the required projects and environments. The pack is read-only.
Data sources
Tools
- ld_list_projects — Return bounded LaunchDarkly projects with keys, names, tags, environments, and creation metadata. Answers which applications and deployment environments are managed in LaunchDarkly.
- ld_list_environments — Return bounded LaunchDarkly environments for a project with keys, names, colors, tags, approval settings, and archival state. Answers where feature releases and experiments run.
- ld_list_flags — Return bounded LaunchDarkly feature flags with keys, variations, tags, maintainers, experiment links, lifecycle state, and optional environment rollout configuration. Answers which features are live,
- ld_get_flag — Return one LaunchDarkly feature flag with variations, maintainer, experiment links, and optional environment targeting or rollout configuration. Answers exactly how a feature is configured for release
Tools
-
ld_get_flag— Return one LaunchDarkly feature flag with variations, maintainer, experiment links, and optional environment targeting or rollout configuration. Answers exactly how a feature is configured for release -
ld_list_environments— Return bounded LaunchDarkly environments for a project with keys, names, colors, tags, approval settings, and archival state. Answers where feature releases and experiments run. -
ld_list_flags— Return bounded LaunchDarkly feature flags with keys, variations, tags, maintainers, experiment links, lifecycle state, and optional environment rollout configuration. Answers which features are live, -
ld_list_projects— Return bounded LaunchDarkly projects with keys, names, tags, environments, and creation metadata. Answers which applications and deployment environments are managed in LaunchDarkly.