firestore rules guard for Cursor
io.github.jmshinhwa/firestore-rules-guard
Audits firestore.rules and storage.rules for public access, expired test-mode dates and missing owne
client:Cursor
transport:stdio
runtime:npm
Install firestore rules guard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"firestore-rules-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/firestore-rules-guard"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs