Skip to content
Grok

Flare for Grok

dev.flarehq/security

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

client:Grok transport:stdio runtime:npm

Install Flare in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Flare in other clients