Skip to main content
Glama

Advanced PocketBase MCP Server

backup_database

Backup PocketBase databases in JSON or CSV formats using the Model Context Protocol. Automate database exports for secure storage or data migration with Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
formatNoExport formatjson

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "json", "description": "Export format", "enum": [ "json", "csv" ], "type": "string" } }, "type": "object" }

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/DynamicEndpoints/advanced-pocketbase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server