# LaunchDarkly

**Type:** Official

**Source Type:** Repository

**Source:** [GitHub](https://github.com/launchdarkly/mcp-server)

**Description:** LaunchDarkly MCP server provides AI assistants with access to LaunchDarkly's feature management platform. It enables querying flags, projects, environments, segments, and audit history.

**Configuration Parameters:**

* **LaunchDarkly API Access Token** \* (sensitive) - Token from **Account settings → Authorization → Create token**.
* **LaunchDarkly Server URL** (optional) - Set only for EU/Federal instances (e.g. `https://app.eu.launchdarkly.com`).
* **LaunchDarkly Scope** (optional) - Optional scope hint (e.g. `read`).

**Setup Steps:**

1. Log in to LaunchDarkly.
2. Navigate to **Account settings → Authorization → Create token**.
3. Name the token and assign a role — `Reader` for read-only, or a custom role with narrower scope.
4. Copy the token and, when creating the connection in Natoma, paste it and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/launchdarkly.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
