Developer Tools

LaunchDarkly MCP Server

Connect your account, then chat with AI to run tools.

LaunchDarkly is a feature management platform that enables software teams to manage, control, and experiment with feature releases using feature flags, which can be toggled on or off in real-time. Use it to ensure safe and efficient deployment of features, reducing risk and improving agility in software development.

7 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for LaunchDarkly — workflow patterns, data models, and gotchas for your AI agent.

LaunchDarkly

Feature management platform for controlling feature rollouts with flags, targeting rules, and experimentation. Browse projects, environments, flags, metrics, and audit history.

Entity Hierarchy

Everything is scoped by project_key. Copy a working project_key from the project directory before querying project-level resources.

  • Projects — top-level containers. Each has a unique key (URL-safe slug) and contains environments and flags. Enumerate projects first to discover available project_key values.
  • Environments — deployment contexts within a project (e.g., production, staging, test). Each has its own SDK key and flag states. Requires project_key.
  • Flags — feature toggles within a project. Each flag has a key, variations (boolean, string, number, or JSON), and per-environment targeting rules. Flag directory reads support filter (search by name/key), sort, and summary mode. Open one flag by key, optionally with env to include environment-specific state. Requires project_key.
  • Metrics — experiment metrics and goals defined within a project. Used for measuring flag impact. Requires project_key.
  • Members — account-level users with roles and permissions. Not project-scoped.
  • Audit Log — chronological record of all configuration changes across the account. Filter by time range (after/before unix timestamps), resource spec, or keyword search q. Each entry shows who changed what, when, and the before/after state.

Workflows

  • Flag inventory: Project listing → copy a project_key → flag directory (optionally summary mode + text filter) → single-flag read with environment overlay when you need per-env targeting.
  • Environment comparison: Enumerate environments under one project to contrast dev/staging/prod wiring.
  • Change audit: Audit log pulls with after/before windows plus resource spec filters to reconstruct flag edits.
  • Experiment review: Metric directory for the project defines what success measures feed experiments.
  • Team management: Member directory for roles and access posture.

Gotchas

  • project_key is required for environments, flags, and metrics — always enumerate projects first.
  • Flag keys are immutable: once created, a flag's key cannot be changed. It's the identifier used in SDKs.
  • Pagination: Paged lists use offset + limit (default ~20); totalCount tells you if another page exists.
  • Rate limits: About 10 reads/sec—pace automation accordingly.

Tools in this Server (7)

Launchdarkly Fetch Environments

List environments within a project — returns environment key, name, SDK keys, and mobile/client-side IDs. Requires 'project_key'.

Launchdarkly Fetch Flags

List feature flags in a project — returns flag key, name, kind (boolean/multivariate), variations, and per-environment state. Requires 'project_key'.

Launchdarkly Fetch Metrics

List experiment metrics in a project — goals and measurements for A/B tests and flag experiments. Requires 'project_key'.

Launchdarkly Get Flag

Get a specific feature flag by key — full details including name, description, kind (boolean/multivariate), variations, targeting rules, default value...

Launchdarkly List Auditlog

Search the audit log — chronological record of all config changes. Filter by time range, resource, or keyword. Shows who changed what, when, and the b...

Launchdarkly List Members

List all team members in your LaunchDarkly account — returns name, email, role, MFA status, and last seen timestamp.

Launchdarkly List Projects

List all LaunchDarkly projects — returns project key, name, environments, and default settings. Project key is required for all flag operations.

Frequently Asked Questions

What is the LaunchDarkly MCP server?

LaunchDarkly is a feature management platform that enables software teams to manage, control, and experiment with feature releases using feature flags, which can be toggled on or off in real-time. Use it to ensure safe and efficient deployment of features, reducing risk and improving agility in software development. It provides 7 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect LaunchDarkly to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/launchdarkly. Authentication is handled automatically.

How many tools does LaunchDarkly provide?

LaunchDarkly provides 7 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does LaunchDarkly require?

LaunchDarkly uses API Key. LaunchDarkly requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect LaunchDarkly to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/launchdarkly

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use LaunchDarkly?

Sign in to connect your credentials and start running tools from the chat.

LaunchDarkly MCP Server & Skill — 7 Tools