PocketBase MCP Server
pocketbase-mcp-server MCP サーバー
PocketBase 用モデルコンテキストプロトコルサーバー
これは、以下を提供する TypeScript ベースの MCP サーバーです。
PocketBaseコレクションをリストするためのツール
特徴
ツール
pocketbase_list_collections- PocketBaseインスタンスからすべてのコレクションを一覧表示しますPocketBase 構成でサーバーを起動する必要があります
すべてのコレクションのJSON表現を返します
Related MCP server: Notion MCP Server
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"pocketbase-mcp-server": {
"command": "/path/to/pocketbase-mcp-server/build/index.js --pb-url=http://localhost:8090 --pb-admin-email=admin@example.com --pb-admin-password=your-secure-password"
}
}
}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- 認証用の管理者パスワード
環境変数を使用する場合は、次のように設定できます。
export PB_URL=http://localhost:8090
export PB_ADMIN_EMAIL=admin@example.com
export PB_ADMIN_PASSWORD=your-secure-passwordコマンドライン引数を使用する例:
node build/index.js --pb-url=http://localhost:8090 --pb-admin-email=admin@example.com --pb-admin-password=your-secure-passwordデバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A Model Context Protocol server for Wix AI tools
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Related MCP Servers
- AlicenseDqualityNot gradedmaintenanceA comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).14643 npm70MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.12011MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with Xano databases, providing comprehensive database operations, file management, and request history tracking through a standardized interface.1MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.1,411 npm4MIT