Skip to content

firebase deploy leak audit for Grok

io.github.jmshinhwa/firebase-deploy-leak-audit

Reads firebase.json and names the files your next firebase deploy would publish to the open web

client:Grok transport:stdio runtime:npm

Install firebase deploy leak audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "firebase-deploy-leak-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/firebase-deploy-leak-audit"
      ]
    }
  }
}

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

firebase deploy leak audit in other clients