A 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).
Create a new collection with custom schema.
Get schema details for a collection.
Migrate collection schema with data preservation.
Create, delete, or list collection indexes.
Create a new record in a collection.
List records with optional filters and pagination.
Update an existing record.
Delete a record.
Perform advanced query with filtering, sorting, and aggregation.
Update multiple records in a single call.
Delete multiple records in a single call.
Subscribe to real-time changes in a collection.
Import data into a collection with create/update/upsert modes.
Authenticate a user and get auth token.
Create a new user account.
List all available authentication methods.
Authenticate a user with OAuth2.
Authenticate a user with one-time password.
Refresh authentication token.
Request email verification.
Confirm email verification with token.
Request password reset.
Confirm password reset with token.
Request email change.
Confirm email change with token.
Impersonate another user (admin only).
Create a backup of the PocketBase database with format options.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs