Skip to main content
Glama
docker-compose.yml536 B
version: '3.8' services: postgres: image: postgres:16 container_name: postgresql-mcp-test environment: POSTGRES_USER: testuser POSTGRES_PASSWORD: testpass POSTGRES_DB: testdb ports: - "5433:5432" volumes: - ./scripts/init_sample_db.sql:/docker-entrypoint-initdb.d/init.sql:ro - postgres_data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U testuser -d testdb"] interval: 5s timeout: 5s retries: 5 volumes: postgres_data:

Latest Blog Posts

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

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