Skip to main content
Glama

MCP PostgreSQL Server

by a21071
docker-compose.yml316 B
services: postgres: image: "postgres:latest" container_name: mcp-postgres-db ports: - "5432:5432" environment: - POSTGRES_USER=postgres - POSTGRES_HOST=localhost - POSTGRES_PASSWORD=postgres - POSTGRES_DB=test volumes: - ./db-data/:/var/lib/postgresql/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/a21071/mcp-postgres'

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