Stores and loads JSON documents for use with Large Language Model (LLM) tools.
Sponsored
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.
Características Principales
01Query documents sorted by any field
02Integration with Fireproof database
03Compatibility with Model Context Protocol (MCP)
04CRUD operations for JSON documents
05Designed for use with LLM tools like Claude Desktop
Casos de Uso
01Providing persistent data storage for LLM tool interactions
02Enabling stateful applications with LLMs
03Storing and retrieving tool outputs and configurations