Model Context Protocol and Fireproof Demo: JSON Document Server
About
This server demonstrates how to use a Fireproof database within a Model Context Protocol (MCP) server, providing a basic JSON document store with CRUD operations and sorted queries. It is intended for developers integrating persistent data with AI systems such as Claude Desktop.
Details
- Author
- MCP-Mirror
- Downloads
- 311
- Categories
- Database
Jump to
- Create, Read, Update, and Delete JSON documents
- Query documents sorted by any field
- Uses a Fireproof database for storage
- Implements the Model Context Protocol for AI tool integration
- Designed as a demo for Claude Desktop and similar systems
Install dependencies with npm install and build with npm build. Then configure Claude Desktop by adding the server’s build/index.js path to the mcpServers object in claude_desktop_config.json.
Model Context Protocol and Fireproof Demo: JSON Document Server
This is a simple example of how to use a Fireproof database in a Model Context Protocol server (used for plugging code and data into A.I. systems such as Claude Desktop).
This demo server implements a basic JSON document store with CRUD operations (Create, Read, Update, Delete) and the ability to query documents sorted by any field.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



