Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
setup.sh657 B
#!/bin/bash # Install the speakeasy CLI curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh # Setup samples directory rmdir samples || true mkdir samples npm install npm install -g ts-node npm link npm link @launchdarkly/mcp-server TS_CONFIG_CONTENT=$(cat <<EOL { "compilerOptions": { "baseUrl": ".", "paths": { "openapi": ["../src/index"], "openapi/*": ["../src/*"] } }, "include": ["./**/*.ts"] } EOL ) echo "$TS_CONFIG_CONTENT" > samples/tsconfig.json # Generate starter usage sample with speakeasy speakeasy generate usage -s ./schemas/openapi.json -l typescript -o samples/root.ts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server