Skip to content

firebase deploy leak audit for Cursor

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:Cursor transport:stdio runtime:npm

Install firebase deploy leak audit in Cursor

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

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

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

firebase deploy leak audit in other clients