PocketBase MCP Server
@mrwyndham
PocketBase MCP Server について
MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pocketbase-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"pocketbase-mcp",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PocketBase MCP Server?
An MCP server that provides tools for interacting with PocketBase databases, enabling advanced database operations, schema management, and data manipulation through the Model Context Protocol. It is designed for developers using AI assistants (like Cursor or Claude) to manage a PocketBase instance.
How to use PocketBase MCP Server?
Set up the server by configuring your MCP settings file (cline_mcp_settings.json or .vscode/mcp.json) with a command (e.g., node or docker), args pointing to build/index.js, and environment variables POCKETBASE_URL (required), POCKETBASE_ADMIN_EMAIL, and POCKETBASE_ADMIN_PASSWORD (optional). Optionally use Docker with docker run or Docker Compose. Tools can be auto‑approved via autoApprove (e.g., create_record, list_collections).
Key features of PocketBase MCP Server
- Collection creation and schema management
- CRUD operations for records
- User authentication and account creation
- Database backup with format options
- Pagination and cursor‑based navigation
- Relationship expansion support
Use cases of PocketBase MCP Server
- Creating and managing PocketBase collections via natural language commands
- Performing record CRUD operations with filters and pagination
- Authenticating users and managing user accounts
- Creating database backups for administration
FAQ from PocketBase MCP Server
How does this compare to alternatives like DynamicsEndpoints?
This server is built from the official JS‑SDK type definitions and has been tested on PocketBase 26.1, whereas the Dynamics one uses incorrect definitions and many of its methods do not work.
What are the runtime requirements?
The server runs on Node.js (using the compiled build/index.js) or inside a Docker container. It communicates with the MCP host over stdio.
Where does the data live?
The server does not store data; all data resides in the external PocketBase instance specified by the POCKETBASE_URL environment variable.
What known limits exist?
This is a work‑in‑progress (the README says “very much in progress”). Local setup is the only supported deployment method for now.
How is authentication handled?
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント