KosmoKrator

devtools

LaunchDarkly MCP, CLI, and Lua Integration for AI Agents

LaunchDarkly integration docs for AI agents: MCP gateway setup, LaunchDarkly CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

LaunchDarkly for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
launchdarkly
route_slug
launchdarkly
package
launchdarkly
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

LaunchDarkly MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for LaunchDarkly.

LaunchDarkly CLI Matrix

Use these pages for direct LaunchDarkly CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
launchdarkly.launchdarkly_list_flags Read read 4 List feature flags in a LaunchDarkly project. Returns flag keys, names, descriptions, and their on/off state per environment.
launchdarkly.launchdarkly_get_flag Read read 3 Get detailed information about a specific LaunchDarkly feature flag, including targeting rules, variations, and per-environment state.
launchdarkly.launchdarkly_toggle_flag Write write 4 Turn a LaunchDarkly feature flag on or off in a specific environment. Use this to enable or disable a feature flag.
launchdarkly.launchdarkly_list_environments Read read 1 List all environments for a LaunchDarkly project. Returns environment keys, names, and their SDK keys for reference.
launchdarkly.launchdarkly_list_projects Read read 0 List all LaunchDarkly projects. Returns project keys, names, and the number of environments in each project.
launchdarkly.launchdarkly_get_project Read read 1 Get detailed information about a specific LaunchDarkly project, including its environments and settings.
launchdarkly.launchdarkly_get_current_user Read read 0 Get information about the currently authenticated LaunchDarkly user. Useful for verifying API credentials.