Overview
Features
JSON Document Store with CRUD operations
Exposes Create, Read, Update, and Delete operations for JSON documents.
Field-based querying and sorting
Supports querying documents and sorting results by any field.
Fireproof backend
Uses the Fireproof database as the persistent backend.
MCP server compatibility
Acts as an MCP server to integrate with AI systems via Model Context Protocol.
STDIO-based communication
Communicates over standard input/output for MCP servers.
MCP Inspector debugging
Debug with the MCP Inspector tool, providing a browser-based debugging UI.
Claude Desktop integration
Configured for Claude Desktop via server config mapping to enable data access.
Install and build workflow
Install dependencies with npm install and build with npm build to run the server.
Who Is This For?
- AI developers:to plug code and data into MCP-enabled AI workflows using a Fireproof-backed JSON document store with CRUD and field queries.
- Claude Desktop users:to configure and access JSON documents from Claude Desktop through MCP integration.




