launchdarkly for VS Code
com.mcparmory/launchdarkly
Manage feature flags, segments, projects, environments, and team members
client:VS Code
transport:stdio
runtime:pypi
Install launchdarkly in VS Code
.vscode/mcp.json
{
"servers": {
"launchdarkly": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-launchdarkly"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs