LaunchDarkly MCP Server
DevOpsstdiov0.1.0
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.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"launchdarkly": {
"command": "npx",
"args": [
"-y",
"@launchdarkly/mcp-server"
],
"env": {
"LAUNCHDARKLY_API_KEY": "<YOUR_LAUNCHDARKLY_API_KEY>"
}
}
}
}工具 (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"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- Apache-2.0
- 版本
- 0.1.0
- 星标
- 190
- 最后更新
- 2026年7月9日