モデルコンテキストプロトコルと耐火デモ: JSONドキュメントサーバー
これは、モデル コンテキスト プロトコルサーバー ( Claude Desktopなどの AI システムにコードとデータをプラグインするために使用される) でFireproofデータベースを使用する方法の簡単な例です。
このデモ サーバーは、CRUD 操作 (作成、読み取り、更新、削除) と、任意のフィールドでソートされたドキュメントをクエリする機能を備えた基本的な JSON ドキュメント ストアを実装します。
インストール
依存関係をインストールします:
サーバーの実行
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
マルチユーザー同期を備えた耐火台帳データベース
Related MCP Servers
- AsecurityFlicenseAqualityA server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.Last updated -910TypeScript
- AsecurityFlicenseAqualityA 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 -91JavaScript
- RustMIT License
- PythonMIT License