Provides a minimalist database server for JSON data with both REST and Model Context Protocol (MCP) APIs.
This tool offers a lightweight and versatile server for managing JSON data, storing it persistently in a single `db.json` file. It provides both a traditional REST API for standard CRUD operations and integrates as a Model Context Protocol (MCP) server, allowing AI assistants like GitHub Copilot (Chat) and Gemini CLI to interact with your data programmatically. Its design emphasizes simplicity, atomic writes for data integrity, and thread-safety for single-process deployments, making it ideal for local development or simple data storage needs.