Loading MCP server directory, please wait...
Feature flags and kill switches. Turn a shipped feature off in production without a deploy.
npx @getmcp/cli add dev.launchflag/launchflagRequires Node.js 18+. Community-contributed server. Review source before installing.
LAUNCHFLAG_TOKENAPI token from the LaunchFlag dashboard Install page.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.launchflag/launchflag": {
"command": "npx",
"args": [
"-y",
"launchflag-mcp"
],
"env": {
"LAUNCHFLAG_TOKEN": "",
"LAUNCHFLAG_URL": ""
}
}
}
}