mcp-database-server

local-only server

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

Integrations

  • Supports installation on macOS systems via a specific configuration path.

모델 컨텍스트 프로토콜 및 방화 데모: 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

다중 사용자 동기화를 지원하는 방화형 원장 데이터베이스

  1. Installation
    1. Running the Server
ID: 1p6uu10u9a