Flare for VS Code
dev.flarehq/security
Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys
client:VS Code
transport:stdio
runtime:npm
Install Flare in VS Code
.vscode/mcp.json
{
"servers": {
"security": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flarehq-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs