LaunchDarkly MCP Server

DevOpsstdiov0.1.0
Repository

Official LaunchDarkly MCP server for feature management. Lets AI agents create and toggle feature flags, manage targeting rules and segments, and inspect flag status across environments. Useful for progressive delivery, kill switches, experimentation, and automating flag lifecycle from an AI assistant.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "launchdarkly": {
      "command": "npx",
      "args": [
        "-y",
        "@launchdarkly/mcp-server"
      ],
      "env": {
        "LAUNCHDARKLY_API_KEY": "<YOUR_LAUNCHDARKLY_API_KEY>"
      }
    }
  }
}

Araçlar (2)

list_flags

List feature flags in a project and environment.

{
  "type": "object",
  "required": [
    "project_key"
  ],
  "properties": {
    "project_key": {
      "type": "string",
      "description": "LaunchDarkly project key"
    }
  }
}

toggle_flag

Turn a feature flag on or off in a given environment.

{
  "type": "object",
  "required": [
    "flag_key",
    "environment",
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether the flag should be on"
    },
    "flag_key": {
      "type": "string",
      "description": "Feature flag key"
    },
    "environment": {
      "type": "string",
      "description": "Environment key"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
LaunchDarkly (@launchdarkly)
Repository
https://github.com/launchdarkly/mcp-server
Lisans
Apache-2.0
Sürüm
0.1.0
Yıldızlar
190
Son güncelleme
9 Temmuz 2026