OlympHill
mcp-database-server logo

mcp-database-serverThis MCP server gives your AI assistant a simple place to save and find JSON data. It supports adding, reading, changing, and deleting records, plus sorting them by any field. Connect it directly to a

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

This MCP server provides a simple place for AI assistants to save and find JSON data. It supports CRUD operations (create, read, update, and delete records), sorting, and connecting directly to tools like Claude Desktop. It uses the Model Context Protocol and is a key component of the Fireproof database system. The server can be run with npm, and debugging is facilitated through the MCP Inspector. It is primarily written in JavaScript. As a demo, it features a basic JSON document store for plugging code and data into A.I. systems.

Key features

  • CRUD operations (Create, Read, Update, Delete)
  • Sorting by any field
  • JSON document store
  • Integration with Claude Desktop

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

AI Assistant Data Storage

Use the MCP database server as a storage solution for AI assistants, allowing them to save and retrieve JSON data.

Claude Desktop Integration

Configure the MCP database server with Claude Desktop to enable seamless data exchange and storage.

Pros & Cons

Pros

  • Simple JSON data storage
  • CRUD operations support
  • Sorting by any field
  • Compatible with Claude Desktop

Cons

  • Limited to JSON data
  • Debugging can be challenging due to stdio communication

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

How can I debug the server if stdio communication is problematic?

Use the MCP Inspector by running `npm run inspector`. It launches a browser-based tool that provides a URL to monitor and debug the server’s stdio communication, simplifying troubleshooting.

Asked by Vera Nováková · Jan 15, 2026

Can I sort query results by any field?

Yes, the CRUD API allows you to query documents and sort them by any field specified in the JSON records, giving flexible ordering for retrieval operations.

Asked by Kalinda Reddy · Jan 4, 2026

What data formats does the server support?

The server is a JSON document store, so it only accepts and returns data in JSON format. It does not support other data types or binary blobs.

Asked by Yuki Kobayashi · Dec 23, 2025

How do I integrate mcp-database-server with Claude Desktop?

Add the server config to your Claude Desktop config file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows) with the command pointing to the server’s build entry point: `{ mcpServers : { fireproof : { command : /path/to/fireproof mcp/build/index.js } } }`.

Asked by Noor Siddiqui · Oct 23, 2025

Ask a question

MCP Servers alternatives