MCP server

LaunchDarkly
MCPOfficial LaunchDarkly MCP. Flags before flips.
LaunchDarkly’s hosted server. Feature flags, segments, AgentControl — OAuth to the account.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"launchdarkly": {
"url": "https://mcp.launchdarkly.com/mcp/launchdarkly"
}
}
}By LaunchDarkly
Spec
What the server actually exposes.
list_flags
readFlags in a project.
get_flag
readA flag and its targeting.
patch_flag
writeChange targeting after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
launchdarkly-mcp.mcp/tools
Tools
- read
list_flags
Flags in a project.
- read
get_flag
A flag and its targeting.
- write
patch_flag
Change targeting after you confirm.
Last call
{ "ok": true,
"tool": "list_flags",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
