Skip to main content
Glama

PocketBase MCP Server

by mabeldata

set_migrations_directory

Configure the directory for creating and reading migration files, with optional custom path; defaults to "pb_migrations" in the current working directory.

Instructions

Set the directory where migration files will be created and read from.

Input Schema

NameRequiredDescriptionDefault
customPathNoCustom path for migrations. If not provided, defaults to "pb_migrations" in the current working directory.

Input Schema (JSON Schema)

{ "properties": { "customPath": { "description": "Custom path for migrations. If not provided, defaults to \"pb_migrations\" in the current working directory.", "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/mabeldata/pocketbase-mcp'

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