MCP.so
登录

Model Context Protocol and Fireproof Demo: JSON Document Collection Server

@jimpick

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

Use Model Context Protocol with multiple Fireproof JSON document databases

基本信息

分类

数据库

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

jimpick

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "json-db-collections": {
      "command": "npx",
      "args": [
        "-y",
        "@jimpick/mcp-json-db-collection-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Model Context Protocol and Fireproof Demo: JSON Document Collection Server?

This is an MCP server that uses Fireproof databases to enable creation and management of multiple JSON document collections with full CRUD operations and cloud sync capabilities. It is designed for use with AI systems like Claude Desktop.

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 your Claude Desktop config file (claude_desktop_config.json) pointing to the built build/index.js.

Key features of Model Context Protocol and Fireproof Demo: JSON Document Collection Server

  • Create multiple named JSON document databases.
  • Perform full CRUD (Create, Read, Update, Delete) on documents.
  • Query documents sorted by any field.
  • Sync databases to Fireproof Cloud for sharing via dashboard URLs.
  • Integrates seamlessly with Claude Desktop and MCP-compatible AI systems.

Use cases of Model Context Protocol and Fireproof Demo: JSON Document Collection Server

  • Building a structured knowledge base (e.g., periodic table elements, recipes).
  • Collaboratively editing and syncing document collections via cloud.
  • Integrating personal data management into AI assistant conversations.
  • Experimenting with MCP and Fireproof for custom database-driven applications.

FAQ from Model Context Protocol and Fireproof Demo: JSON Document Collection Server

How does this server differ from the base Fireproof MCP database server?

This server adds support for multiple separate databases (each with its own documents) and the ability to sync any database to Fireproof Cloud. The base server only supported a single database.

How do I sync a database to the cloud?

Use the command “sync <database_name> to cloud” in your AI assistant. The server will connect the database and provide a dashboard URL for remote access.

Can I list all existing databases?

Yes, use the command “list json document dbs” to see all created databases in the current session.

How do I delete databases?

Use the command “delete all databases” to remove every database, or delete individual databases through appropriate commands shown in the chat examples.

What runtime and dependencies are required?

Node.js and npm (or pnpm) are required. The server is built and run locally, with data stored in Fireproof (local store, optionally synced to cloud).

评论

数据库 分类下的更多 MCP 服务器