Skip to main content
Glama

pocketbase-mcp-server

.env.example973 B
# PocketBase server URL (required) # Example: http://127.0.0.1:8090 for local development POCKETBASE_URL=http://127.0.0.1:8090 # Optional: Admin credentials if needed for certain operations # POCKETBASE_ADMIN_EMAIL=admin@example.com # POCKETBASE_ADMIN_PASSWORD=your-secure-password # Optional: Custom data directory path # POCKETBASE_DATA_DIR=/path/to/pb_data # Optional: Stripe Configuration (for payments) # STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here # STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here # Optional: Email Configuration (choose one) # Option 1: SendGrid # EMAIL_SERVICE=sendgrid # SENDGRID_API_KEY=SG.your_sendgrid_api_key_here # Optional: Option 2: SMTP (Gmail, Outlook, etc.) # EMAIL_SERVICE=smtp # SMTP_HOST=smtp.gmail.com # SMTP_PORT=587 # SMTP_USER=your-email@gmail.com # SMTP_PASS=your-app-password # DEFAULT_FROM_EMAIL=your-email@gmail.com # Optional: Application Settings # APP_NAME=My SaaS App # APP_URL=https://yourapp.com

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