Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
access.md1.66 kB
# Access ## Example Usage ```typescript import { Access } from "@launchdarkly/mcp-server/models/components"; let value: Access = { denied: [], allowed: [ { action: "<value>", reason: { resources: [ "proj/*:env/*;qa_*:/flag/*", ], actions: [ "*", ], effect: "allow", }, }, ], }; ``` ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | | `denied` | [components.AccessDenied](../../models/components/accessdenied.md)[] | :heavy_check_mark: | N/A | | `allowed` | [components.AccessAllowedRep](../../models/components/accessallowedrep.md)[] | :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