Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
sdk.ts547 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { ClientSDK } from "../lib/sdks.js"; import { AiConfigs } from "./aiconfigs.js"; import { FeatureFlags } from "./featureflags.js"; export class LaunchDarkly extends ClientSDK { private _featureFlags?: FeatureFlags; get featureFlags(): FeatureFlags { return (this._featureFlags ??= new FeatureFlags(this._options)); } private _aiConfigs?: AiConfigs; get aiConfigs(): AiConfigs { return (this._aiConfigs ??= new AiConfigs(this._options)); } }

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