This MCP server, developed by Jim Pick, integrates Fireproof JSON document databases with the Model Context Protocol. Built with TypeScript and leveraging Fireproof's decentralized database capabilities, it provides a standardized interface for CRUD operations and querying on JSON documents. The server implements multi-database support, allowing AI systems to interact with collections of Fireproof databases through a unified API. By abstracting the complexities of decentralized data storage, it enables seamless integration of structured data operations into AI workflows. This implementation is particularly valuable for applications requiring scalable, decentralized data management, facilitating use cases such as collaborative document editing, distributed content management, and AI-driven data analysis across multiple databases.
No reviews yet. Be the first to review!
Sign in to join the conversation
Creates a new JSON document database with the specified name.
Adds individual documents to an existing JSON document database with specified properties.
Queries and displays all documents from a specified database, sorted by a specific field.
Queries ingredients from the database and formats them as a markdown table.
Lists all JSON document databases that have been created.
Connects a specified JSON document database to the cloud sync service.
Displays the dashboard URL for accessing the specified database through the cloud interface.
Deletes all existing JSON document databases from the server.