PocketBase MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POCKETBASE_URL | No | URL of your PocketBase server | http://127.0.0.1:8090 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_collectionC | Create a new collection in PocketBase |
| delete_collectionB | Delete a collection from PocketBase |
| get_collection_schemaC | Get schema details for a collection |
| list_collectionsC | List all collections with optional sorting |
| truncate_collectionB | Delete all records associated with the specified collection |
| create_recordC | Create a new record in a collection |
| list_recordsC | List records from a collection with optional filters |
| update_recordC | Update an existing record |
| delete_recordC | Delete a record |
| authenticate_userC | Authenticate a user and get auth token |
| create_userC | Create a new user account |
| analyze_collection_dataC | Analyze data patterns and provide insights about a collection |
| query_collectionC | Advanced query with filtering, sorting, and aggregation |
| migrate_collectionC | Add, remove, or modify fields from a collection |
| backup_databaseC | Create a backup of the PocketBase database |
| import_dataC | Import data into a collection |
| manage_indexesC | Manage collection indexes |
| generate_pb_schemaB | Generate a PocketBase schema based on TypeScript interfaces or database diagram |
| generate_typescript_interfacesB | Generate TypeScript interfaces from PocketBase collections |
| upload_fileB | Upload a file to a record in PocketBase |
| download_fileC | Download a file from a record in PocketBase |
| upload_file_from_urlC | Upload a file from URL to a record in PocketBase |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fadlee/dynamic-pocketbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server