Skip to main content
Glama

Cloudflare Remote PostgreSQL Database MCP Server

.dev.vars.example714 B
# Database Connection String # This should be a PostgreSQL connection string with full read/write permissions # Format: postgresql://username:password@hostname:port/database_name # Example: postgresql://user:password@localhost:5432/mydb # For production, use Hyperdrive: https://developers.cloudflare.com/hyperdrive/ DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/postgres # Optional: Add Sentry DSN for local development monitoring # Get your DSN from https://sentry.io/settings/projects/your-project/keys/ # Create a new project in Sentry, then for the platform pick Cloudflare Workers (search in the top right) # SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id NODE_ENV=development

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/technophile-04/sre-mcp'

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