Model Context Protocol and Fireproof Demo: JSON Document Collection Server
@MCP-Mirror
About Model Context Protocol and Fireproof Demo: JSON Document Collection Server
Mirror of
Basic information
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 Collection Server?
This server is an example of using a Fireproof database inside a Model Context Protocol (MCP) server, designed to plug code and data into AI systems such as Claude Desktop. It allows creation of multiple JSON document databases, supports basic CRUD operations, querying documents sorted by any field, and sharing any database via the Fireproof Cloud service.
How to use Model Context Protocol and Fireproof Demo: JSON Document Collection Server?
Install dependencies with npm install, build with npm build, then add the server configuration to Claude Desktop’s claude_desktop_config.json file (located on macOS or Windows) pointing to the built index.js file. Invoke it by chatting with Claude Desktop; the assistant can create databases, add documents, query, and sync to the cloud as demonstrated in the sample chat sessions.
Key features of Model Context Protocol and Fireproof Demo: JSON Document Collection Server
- Creates multiple JSON document databases using Fireproof.
- Full CRUD operations on documents within any database.
- Query documents sorted by any field.
- Sync any database to Fireproof Cloud for sharing.
- Provides a dashboard URL for cloud-managed databases.
Use cases of Model Context Protocol and Fireproof Demo: JSON Document Collection Server
- Organizing periodic table elements as searchable documents.
- Managing recipe ingredients with structured fields and substitutes.
- Cataloging horse breeds with origin, height, temperament, and uses.
- Quickly creating and deleting themed document collections via chat.
- Sharing a database with others by syncing to the Fireproof Cloud dashboard.
FAQ from Model Context Protocol and Fireproof Demo: JSON Document Collection Server
What does this server do that alternatives do not?
It extends prior MCP database server work by supporting multiple independent databases and enabling cloud sync via Fireproof Cloud.
What dependencies or runtime are required?
Node.js is required. Build with npm install and npm build, then run the built index.js.
Where is data stored?
Data is stored locally in a Fireproof database (default location ~/.fireproof can be reset). Optionally synced to the Fireproof Cloud for remote access.
What are the known limits or transport methods?
The server uses stdio as MCP transport (no HTTP or other transports mentioned). It does not currently implement prompts, resources, multiuser permissions, or indexing (listed as future ideas).
Is authentication or cloud account required?
No authentication or cloud account is required for local use; cloud sync uses Fireproof Cloud and generates a dashboard URL without explicit auth steps in the README.
More Databases MCP servers
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Comments