Loading...
npm install
npm build{
"mcpServers": {
"fireproof": {
"command": "/path/to/fireproof-mcp/build/index.js"
}
}
}CRUD operationsAllows users to create, read, update, and delete JSON documents within the database.
Modifies data within the database.
query documentsEnables users to search and retrieve documents from the database based on specified fields and sorting criteria.
Read-only access to data.