Skip to content
Cursor

Flare for Cursor

dev.flarehq/security

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

client:Cursor transport:stdio runtime:npm

Install Flare in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "security": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flarehq-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flare in other clients