fireproof-storage/mcp-database-server
Fireproof ledger database with multi-user sync
Ads
Overview
Fireproof ledger database with multi-user sync
Installation
npm install
Configuration
{
"mcpServers": {
"fireproof": {
"command": "/path/to/fireproof-mcp/build/index.js"
}
}Capabilities
- Store a JSON document
Save a new JSON document to the database using `create_document`.
- Retrieve a document by ID
Fetch any stored document by its unique identifier with `get_document`.
- Update an existing document
Modify the contents of a previously stored document via `update_document`.
- Delete a document
Remove a document from the database entirely using `delete_document`.
- Query documents sorted by field
List all documents ordered by any specified field through `query_documents`.
Tags
- storage
- cloud-storage
- database
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents