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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create a new JSON document database. Parameters: name (string) - the name of the database to create.
Add individual documents to a specified JSON document database. Parameters: databaseName (string) - the name of the database; documents (array) - an array of document objects to add.
Query and display all documents in a specified database. Parameters: databaseName (string) - the name of the database to query.
List all JSON document databases that have been created.
Connect a specified JSON document database to the cloud sync service. Parameters: databaseName (string) - the name of the database to sync.
Display the dashboard URL for a specified JSON document database. Parameters: databaseName (string) - the name of the database to show the URL for.
Delete all existing JSON document databases.