About
Overview
The LaunchDarkly MCP Server enables AI agents to manage feature flags on LaunchDarkly's platform. It provides tools for listing and toggling flags, configuring targeting rules, managing environments, and viewing flag analytics.
Capabilities
Tools & Capabilities
⚡list_flags
List feature flags
⚡get_flag
Get flag details and targeting
⚡toggle_flag
Toggle a flag on or off
⚡update_targeting
Update flag targeting rules
⚡list_environments
List environments
Setup
Installation
bash
Install
npx -y @launchdarkly/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"launchdarkly": {
"command": "npx",
"args": ["-y", "@launchdarkly/mcp-server"],
"env": { "LD_API_KEY": "your-key" }
}
}
}Quick Info
Authorlaunchdarkly
LanguageTypeScript
StatusStable
Stars★ 75
Last UpdatedFeb 12, 2026