mcp-database-server logo

mcp-database-server让你的 AI 助手在这里轻松存储和查找 JSON 数据

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

该 MCP 服务器为 AI 助手提供了一个简单的存储和查找 JSON 数据的地方。它支持 CRUD 操作 (创建、读取、更新和删除记录)、排序和将其直接连接到工具如Claude Desktop。它使用模型上下文协议,并是Fireproof 数据库系统的关键组成部分。该服务器可以使用 npm 运行,MCP 检查器也可以用于调试。主要是用 JavaScript 编写的。它还带有基本的 JSON 文档存储,允许将代码和数据插入到 A.I. 系统中。

主要功能

  • CRUD 操作 (Create, Read, Update, Delete)
  • 按任意字段排序
  • JSON 文档存储
  • 与 Claude Desktop 集成

价格

模型
Free
评分
暂无评价

使用场景

AI 助手数据存储

使用 MCP 数据库服务器作为 AI 助手数据存储解决方案,让它们可以轻松存储和检索 JSON 数据。

Claude Desktop 一体化

配置 MCP 数据库服务器与 Claude Desktop 一同使用,实现顺畅的数据交换和存储。

优点 & 缺点

优点

  • 简单的 JSON 数据存储
  • CRUD 操作支持
  • 按任意字段排序
  • 兼容 Claude Desktop

缺点

  • 仅限 JSON 数据
  • 由于 stdio 通信,调试可能会很棘手

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

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

提问

服务配缩器 的替代品