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.

コメント

「データベース」の他のコンテンツ