Model Context Protocol and Fireproof Demo: JSON Document Server
@MCP-Mirror
About Model Context Protocol and Fireproof Demo: JSON Document Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Model Context Protocol and Fireproof Demo: JSON Document Server?
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.
How to use Model Context Protocol and Fireproof Demo: JSON Document Server?
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.
Key features of Model Context Protocol and Fireproof Demo: JSON Document Server
- 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
Use cases of Model Context Protocol and Fireproof Demo: JSON Document Server
- Adding persistent JSON storage to AI assistants like Claude Desktop
- Experimenting with MCP server development and debugging
- Rapid prototyping of CRUD-backed AI tools
- Learning how to couple a database with an MCP server
FAQ from Model Context Protocol and Fireproof Demo: JSON Document Server
How do I install and run the server?
Run npm install, then npm build, and point Claude Desktop’s config to the built index.js file.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a URL for browser-based debugging.
What is Fireproof?
Fireproof is a database used by this server to store JSON documents locally.
What operations does the server support?
It supports Create, Read, Update, and Delete (CRUD) operations and can return documents sorted by any field.
How do I configure Claude Desktop to use this server?
Add an entry to mcpServers in the claude_desktop_config.json file with the command pointing to the server’s build/index.js.
Frequently asked questions
How do I install and run the server?
Run `npm install`, then `npm build`, and point Claude Desktop’s config to the built `index.js` file.
How can I debug the server?
Use the MCP Inspector by running `npm run inspector`, which provides a URL for browser-based debugging.
What is Fireproof?
Fireproof is a database used by this server to store JSON documents locally.
What operations does the server support?
It supports Create, Read, Update, and Delete (CRUD) operations and can return documents sorted by any field.
How do I configure Claude Desktop to use this server?
Add an entry to `mcpServers` in the `claude_desktop_config.json` file with the command pointing to the server’s `build/index.js`.
Basic information
More Databases MCP servers

nuzur
nuzur is a model-first database platform for MySQL and PostgreSQL. The MCP server lets any AI assistant or agent (Claude, Cursor, Gemini, or anything else that speaks MCP) design your schema, query your data, generate mi
Elasticsearch MCP Server
elasticClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
Comments