Skip to content

Commit 2aeb15b

Browse files
Add launchdarkly-mcp-server (#324)
* Add launchdarkly-mcp-server Signed-off-by: Radoslav Dimitrov <[email protected]> * chore: update tool lists for MCP servers\n\nWarning added for servers:\n- launchdarkly\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: rdimitrov <[email protected]> --------- Signed-off-by: Radoslav Dimitrov <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 8f36a95 commit 2aeb15b

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

registry/launchdarkly/spec.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# launchdarkly MCP Server Registry Entry
2+
# WARNING: Tool list fetch failed on 2025-10-30
3+
# Manual verification may be required
4+
name: launchdarkly
5+
description: Official MCP server for LaunchDarkly feature flag management and AI Config orchestration
6+
tier: Official
7+
status: Active
8+
transport: stdio
9+
repository_url: https://github.com/launchdarkly/mcp-server
10+
homepage: https://launchdarkly.com/docs/home/getting-started/mcp
11+
license: MIT
12+
tags:
13+
- feature-flags
14+
- ai-config
15+
- configuration
16+
- devops
17+
- launchdarkly
18+
tools:
19+
- create-ai-config
20+
- create-ai-config-variation
21+
- delete-ai-config
22+
- delete-ai-config-variation
23+
- get-ai-config
24+
- get-ai-config-targeting
25+
- get-ai-config-variation
26+
- list-ai-configs
27+
- update-ai-config
28+
- update-ai-config-targeting
29+
- update-ai-config-variation
30+
- get-code-references
31+
- get-environments
32+
- create-feature-flag
33+
- delete-feature-flag
34+
- get-feature-flag
35+
- get-flag-status-across-environments
36+
- list-feature-flags
37+
- update-feature-flag
38+
env_vars:
39+
- name: LAUNCHDARKLY_API_KEY
40+
description: LaunchDarkly API access token with appropriate permissions (Writer or Developer role recommended)
41+
required: true
42+
secret: true
43+
permissions:
44+
network:
45+
outbound:
46+
allow_host:
47+
- app.launchdarkly.com
48+
- app.launchdarkly.us
49+
- app.eu.launchdarkly.com
50+
allow_port:
51+
- 443
52+
image: ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.4.2
53+
metadata:
54+
stars: 16
55+
pulls: 0
56+
last_updated: "2025-10-28T00:00:00Z"
57+
provenance:
58+
cert_issuer: https://token.actions.githubusercontent.com
59+
repository_uri: https://github.com/stacklok/dockyard
60+
runner_environment: github-hosted
61+
signer_identity: /.github/workflows/build-containers.yml
62+
sigstore_url: tuf-repo-cdn.sigstore.dev

0 commit comments

Comments
 (0)