MCP server

LaunchDarkly

MCP

Official 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

    read

    Flags in a project.

  • get_flag

    read

    A flag and its targeting.

  • patch_flag

    write

    Change 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

  • list_flags

    Flags in a project.

    read
  • get_flag

    A flag and its targeting.

    read
  • patch_flag

    Change targeting after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_flags",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.