Skip to main content
Glama

mcp-database-server

모델 컨텍스트 프로토콜 및 방화 데모: JSON 문서 서버

이는 Claude Desktop 과 같은 AI 시스템에 코드와 데이터를 연결하는 데 사용되는 Model Context Protocol 서버에서 Fireproof 데이터베이스를 사용하는 방법에 대한 간단한 예입니다.

이 데모 서버는 CRUD 작업(생성, 읽기, 업데이트, 삭제)과 모든 필드로 정렬된 문서를 쿼리하는 기능을 갖춘 기본 JSON 문서 저장소를 구현합니다.

설치

종속성 설치:

지엑스피1

서버 실행

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