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 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.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
コメント