LaunchFlag for VS Code
dev.launchflag/launchflag
Feature flags and kill switches. Turn a shipped feature off in production without a deploy.
client:VS Code
transport:streamable-http
runtime:npm
Install LaunchFlag in VS Code
.vscode/mcp.json
{
"servers": {
"launchflag": {
"type": "http",
"url": "https://launchflag.dev/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs