Skip to content
Zed

Flare for Zed

dev.flarehq/security

Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys

client:Zed transport:stdio runtime:npm

Install Flare in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "security": {
      "command": "npx",
      "args": [
        "-y",
        "flarehq-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Flare in other clients