Skip to main content
Glama

Cloudflare Remote PostgreSQL Database MCP Server

docker-compose.yml499 B
version: '3.8' services: postgres: image: postgres:15-alpine container_name: mcp-cole-pg-test restart: always environment: POSTGRES_USER: mcp_user POSTGRES_PASSWORD: mcp_password POSTGRES_DB: mcp_database ports: - "5432:5432" volumes: - postgres_data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U mcp_user -d mcp_database"] interval: 10s timeout: 5s retries: 5 volumes: postgres_data:

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