Skip to main content
Glama

pocketbase-mcp-server

wrangler.toml924 B
name = "pocketbase-mcp" main = "dist/worker-durable.js" compatibility_date = "2024-11-06" compatibility_flags = ["nodejs_compat"] [build] command = "npm run build:worker" # Durable Objects configuration [[durable_objects.bindings]] name = "POCKETBASE_MCP_DO" class_name = "PocketBaseMCPDurableObject" # Durable Objects migrations (using new_sqlite_classes for free plan compatibility) [[migrations]] tag = "v1" new_sqlite_classes = ["PocketBaseMCPDurableObject"] # Environment variables (configure these in your Cloudflare dashboard) [vars] # POCKETBASE_URL = "https://your-pocketbase-instance.com" # POCKETBASE_ADMIN_EMAIL = "admin@example.com" # Secrets (set these via: wrangler secret put SECRET_NAME) # POCKETBASE_ADMIN_PASSWORD # STRIPE_SECRET_KEY # SENDGRID_API_KEY # SMTP_PASSWORD # Cron triggers for maintenance (optional) - commented out for now # [[triggers.crons]] # cron = "0 0 * * *" # Daily at midnight

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

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