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.
Installation
Install dependencies:
npm install
npm build
Running the Server
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"fireproof": {
"command": "/path/to/fireproof-mcp/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
mcp-database-server
Project Details
- fireproof-storage/mcp-database-server
- todos
- Other
- Last Updated: 4/10/2025
Categories
Recomended MCP Servers
Global Notion workspace-accessible MCP server for all Notion pages within the workspace
A Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI....
An MCP server that provides LLMs with the ability to use GitHub issues as tasks
Model Context Protocol server for Flight Tracking
🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
A python repl for MCP
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news...
An MCP server based on OSSInsight.io, providing data analysis for GitHub individuals and repositories, as well as in-depth...
macOS defaults - Model Context Protocol server
A multi-tool MCP server implementation for agent tool management.
Model Context Protocol server for secure command-line interactions on Windows systems
A Model Context Protocol (MCP) server that integrates with Google's Gemini Pro model, can be used in Claude...





