Skip to main content
Glama

Multi-Tenant PostgreSQL MCP Server

by ahmetkca
docker-compose.yml•584 B
version: "3.9" services: db: image: postgres:16-alpine container_name: postgres-db restart: unless-stopped environment: POSTGRES_USER: ${POSTGRES_USER:-postgres} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?required} POSTGRES_DB: ${POSTGRES_DB:-app_db} volumes: - pgdata:/var/lib/postgresql/data - ./postgres/init:/docker-entrypoint-initdb.d ports: - "5432:5432" healthcheck: test: ["CMD", "pg_isready", "-U", "${POSTGRES_USER:-postgres}"] interval: 30s timeout: 5s retries: 3 volumes: pgdata:

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

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