Loading...

This server provides a basic JSON document store with CRUD operations and sorted queries, designed for use with Model Context Protocol.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This server provides a basic JSON document store with CRUD operations and sorted queries, designed for use with Model Context Protocol.
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.
None
local