Stores JSON documents in Fireproof and exposes CRUD plus field-sorted queries through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Database Server.
The fireproof-storage/mcp-database-server MCP server connects an MCP client to a Fireproof database used as a JSON document store. Its documented scope is intentionally small: it demonstrates how to make application data available to AI systems through MCP.
Documents can be created, retrieved, changed, and removed. The server also supports querying documents with results sorted by a selected field. This makes it suitable for straightforward structured records where JSON documents and basic ordering are sufficient.
The project description identifies the underlying database as a Fireproof ledger database with multi-user sync. The README excerpt focuses on the JSON document server and its CRUD and sorting behavior, so more advanced synchronization workflows are not described here.
MCP clients communicate with the process over standard input and standard output. A client starts the server as a local process, then uses the server's document operations through the MCP connection. The database layer is provided by Fireproof, while the MCP interface makes the stored records available to an AI application.
This architecture is useful for local integrations because the README does not describe a hosted endpoint, account setup, or API credential requirement. The server is presented as a demo and example rather than as a complete database administration layer.
The repository README instructs developers to install the project dependencies with npm and build the project before running it. It then shows a Claude Desktop MCP configuration whose command points to the generated build/index.js file.
The configuration file locations given are:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/Claude_desktop_config.jsonThe example uses a placeholder absolute path, so the command must be adjusted to point to the built entry point in the local checkout. The README does not provide a published npm package or a universal executable command.
For debugging, the project includes an npm run inspector script that launches the MCP Inspector and provides a browser URL for inspection. The Inspector is a development aid, not the database server itself.
The fireproof-storage/mcp-database-server MCP server provides the following documented capabilities:
These operations cover basic document lifecycle management. The provided material does not specify tool names, input schemas, filtering expressions, pagination, indexes, authentication, or transaction controls.
The project is described as a simple example, so its documented feature set should not be treated as a complete general-purpose database API. Only CRUD operations and field-based sorting are confirmed by the README excerpt. Details about document identifiers, persistence locations, concurrent writes, sync configuration, and multi-user access are not provided.
The fireproof-storage/mcp-database-server MCP server uses stdio, which can make interactive debugging less convenient. The repository recommends the MCP Inspector for that purpose. Claude Desktop compatibility is explicitly documented; compatibility with other MCP clients is not established by the supplied material.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fireproof-storage-mcp-database-server)<a href="https://allmcps.com/mcp/fireproof-storage-mcp-database-server"><img src="https://allmcps.com/api/badge/fireproof-storage-mcp-database-server?style=directory" alt="MCP Database Server on AllMCPs" /></a>