Design · MODEL CONTEXT PROTOCOL

mrwyndham pocketbase mcp

MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket

WHAT IT CONNECTS

mrwyndham pocketbase mcp 为 AI Agent 提供什么

  • Create and manage collections with custom schemas
  • Retrieve collection schemas and metadata
  • CRUD operations for records
  • Relationship expansion support
  • Pagination and cursor-based navigation
  • User authentication and token management
  • User account creation and management
  • Password management
  • Database backup
  • `create_collection`: Create a new collection with custom schema
  • `get_collection`: Get schema details for a collection
  • `create_record`: Create a new record in a collection
  • `list_records`: List records with optional filters and pagination
  • `update_record`: Update an existing record
  • `delete_record`: Delete a record
  • `authenticate_user`: Authenticate a user and get auth token
  • `create_user`: Create a new user account
  • `backup_database`: Create a backup of the PocketBase database with format options
  • `POCKETBASE_URL`: URL of your PocketBase instance (e.g., "http://127.0.0.1:8090")
  • `POCKETBASE_ADMIN_EMAIL`: Admin email for certain operations
  • `POCKETBASE_ADMIN_PASSWORD`: Admin password
  • `POCKETBASE_DATA_DIR`: Custom data directory path
  • Fork the repository
  • Create a feature branch
  • Commit your changes
  • Push to the branch
  • Create a Pull Request

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。