Model Context Protocol and Fireproof Demo: JSON Document Collection Server
@jimpick
About Model Context Protocol and Fireproof Demo: JSON Document Collection Server
Use Model Context Protocol with multiple Fireproof JSON document databases
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"json-db-collections": {
"command": "npx",
"args": [
"-y",
"@jimpick/mcp-json-db-collection-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
More Databases MCP servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Comments