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

What mrwyndham pocketbase mcp gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.