Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
maintainermember.md954 B
# MaintainerMember ## Example Usage ```typescript import { MaintainerMember } from "@launchdarkly/mcp-server/models/components"; let value: MaintainerMember = { id: "<id>", email: "Greta_Will@hotmail.com", role: "<value>", kind: "kind", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `id` | *string* | :heavy_check_mark: | N/A | | `email` | *string* | :heavy_check_mark: | N/A | | `firstName` | *string* | :heavy_minus_sign: | N/A | | `lastName` | *string* | :heavy_minus_sign: | N/A | | `role` | *string* | :heavy_check_mark: | N/A | | `kind` | *string* | :heavy_check_mark: | N/A |

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