Skip to main content
Glama

mcp-database-server

模型上下文协议和防火演示:JSON文档服务器

这是一个如何在模型上下文协议服务器(用于将代码和数据插入 AI 系统,如Claude Desktop )中使用Fireproof数据库的简单示例。

该演示服务器实现了一个基本的 JSON 文档存储,具有 CRUD 操作(创建、读取、更新、删除)以及按任何字段排序查询文档的能力。

安装

安装依赖项:

npm install npm build

运行服务器

要与 Claude Desktop 一起使用,请添加服务器配置:

在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "fireproof": { "command": "/path/to/fireproof-mcp/build/index.js" } } }

调试

由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:

npm run inspector

检查器将提供一个 URL 来访问浏览器中的调试工具。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

具有多用户同步功能的防火分类账数据库

  1. 安装
    1. 运行服务器

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.
    Last updated -
    9
    2
    JavaScript
    • Apple
  • -
    security
    A
    license
    -
    quality
    Enables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.
    Last updated -
    TypeScript
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A backend service that executes transactions across multiple blockchains, enabling users to manage wallets, transfer tokens, and interact with smart contracts using the Model Context Protocol framework.
    Last updated -
    1
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A comprehensive server that enables advanced database operations with PocketBase, providing tools for collection management, record operations, user management, and database administration through the Model Context Protocol.
    Last updated -
    JavaScript
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fireproof-storage/mcp-database-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server