MCP.so
登录

Model Context Protocol and Fireproof Demo: JSON Document Collection Server

@MCP-Mirror

关于 Model Context Protocol and Fireproof Demo: JSON Document Collection Server

Mirror of

基本信息

分类

数据库

许可证

View license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器