launchdarkly/mcp-server
LaunchDarkly's Model Context Protocol (MCP) Server
The official Model Context Protocol (MCP) server for LaunchDarkly.
<div align="left"> <a href="https://opensource.org/licenses/MIT"> </a> </div>
<!-- No Summary [summary] -->
<!-- Start Table of Contents [toc] -->
<!-- $toc-max-depth=2 -->
<!-- End Table of Contents [toc] -->
<!-- No SDK Installation [installation] -->
This MCP server can be installed in any AI client that supports the MCP protocol. Refer to your AI client's instructions if it isn't listed here.
Create a .cursor/mcp.json file in your project root with the following content:
{
"mcpServers": {
"LaunchDarkly": {
"command": "npx",
"args": [
"-y", "--package", "@launchdarkly/mcp-server", "--", "mcp", "start",
"--api-key", "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}
}
}Specify your API key as found on LaunchDarkly's Authorization page.
Add the following server definition to your claude_desktop_config.json file:
{
"mcpServers": {
"LaunchDarkly": {
"command": "npx",
"args": [
"-y", "--package", "@launchdarkly/mcp-server", "--", "mcp", "start",
"--api-key", "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}
}
}Specify your API key as found on LaunchDarkly's Authorization
Loading reviews...