Model Context Protocol and Fireproof Demo: JSON Document Collection Server
@MCP-Mirror
关于 Model Context Protocol and Fireproof Demo: JSON Document Collection Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
数据库 分类下的更多 MCP 服务器
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.

Sqlite
modelcontextprotocolModel Context Protocol Servers
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzero
Redis
modelcontextprotocolModel Context Protocol Servers
评论