Skip to main content
Glama

PostgreSQL MCP Server with Authentication

by kevin29a
docker-compose.yml524 B
version: '3.8' services: postgres: image: postgres:16 container_name: mcp-postgres environment: POSTGRES_DB: mcp_database POSTGRES_USER: mcp_user POSTGRES_PASSWORD: mcp_password ports: - "5432:5432" volumes: - postgres_data:/var/lib/postgresql/data - ./init.sql:/docker-entrypoint-initdb.d/init.sql 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/kevin29a/viq-mcp'

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