L
LaunchDarkly
Official
⚙️ Developer Tools
LaunchDarkly's official MCP server — inspect and toggle feature flags, manage projects and environments, and read flag evaluation data.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"launchdarkly": {
"command": "npx",
"args": [
"-y",
"@launchdarkly/mcp-server"
],
"env": {
"LAUNCHDARKLY_API_KEY": "your-launchdarkly-api-key-here"
}
}
}
}