launchdarkly-mcp.md

LaunchDarkly MCP

from"launchdarkly"
540

Continuous delivery platform with feature flags as a service

Developer Tools
LaunchDarklyfeature flagstogglesdeployment
install.sh
# Clone the repository
$git clone https://github.com/launchdarkly/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve