Fireproof JSON Server
Createdfireproof-storage
Stores and loads JSON documents for use with Large Language Model (LLM) tools.
About
This server provides a simple JSON document store, designed for use with the Model Context Protocol (MCP) and systems like Claude Desktop. It leverages a Fireproof database to offer basic CRUD (Create, Read, Update, Delete) operations and the ability to query documents, sorted by any field. This enables LLM tools to persist and retrieve data, facilitating more complex and stateful interactions.
Key Features
- Query documents sorted by any field
- Integration with Fireproof database
- Compatibility with Model Context Protocol (MCP)
- CRUD operations for JSON documents
- Designed for use with LLM tools like Claude Desktop
Use Cases
- Providing persistent data storage for LLM tool interactions
- Enabling stateful applications with LLMs
- Storing and retrieving tool outputs and configurations