pocketbase-mcp-server MCP サーバー
PocketBase 用モデルコンテキストプロトコルサーバー
これは、以下を提供する TypeScript ベースの MCP サーバーです。
- PocketBaseコレクションをリストするためのツール
特徴
ツール
pocketbase_list_collections
- PocketBaseインスタンスからすべてのコレクションを一覧表示します- PocketBase 構成でサーバーを起動する必要があります
- すべてのコレクションのJSON表現を返します
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
PocketBase の設定
PocketBase コレクション ツールを有効にするには、コマンド ライン引数または環境変数として次の構成を指定する必要があります。
--pb-url=<url>
またはPB_URL
- PocketBaseインスタンスのURL(例: http://localhost:8090 )--pb-admin-email=<email>
またはPB_ADMIN_EMAIL
- 認証用の管理者メールアドレス--pb-admin-password=<password>
またはPB_ADMIN_PASSWORD
- 認証用の管理者パスワード
環境変数を使用する場合は、次のように設定できます。
コマンドライン引数を使用する例:
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be installed
Claude AI が自然言語を通じてコレクションを一覧表示し、アクセスすることで PocketBase データベースと対話できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that allows Large Language Models to interact with Astra DB databases, providing tools for managing collections and records through natural language commands.Last updated -1011512TypeScriptApache 2.0
- -securityAlicense-qualityA 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 -JavaScriptMIT License
- -securityAlicense-qualityProvides sophisticated tools for interacting with PocketBase databases, enabling advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).Last updated -49JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that connects AI assistants like Claude to Moneybird accounting software, enabling management of contacts, financial data, products, and business operations through natural language.Last updated -1JavaScriptMIT License