MCP.so
Sign In
Servers

LaunchDarkly's Model Context Protocol (MCP) Server

@launchdarkly

LaunchDarkly's Model Context Protocol (MCP) Server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "LaunchDarkly": {
      "command": "npx",
      "args": [
        "-y",
        "--package",
        "@launchdarkly/mcp-server",
        "--",
        "mcp",
        "start",
        "--api-key",
        "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      ]
    }
  }
}

More from Other