Stores and loads JSON documents for use with Large Language Model (LLM) tools.
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.