Skip to main content
Glama

PostgreSQL MCP Server

by melihbirim
docker-compose.yml392 B
version: '3.8' services: postgres: image: postgres:15 container_name: pg-mcp-test environment: POSTGRES_DB: testdb POSTGRES_USER: testuser POSTGRES_PASSWORD: testpass ports: - "5432:5432" volumes: - ./init-db:/docker-entrypoint-initdb.d - postgres_data:/var/lib/postgresql/data restart: unless-stopped 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/melihbirim/pg-mcp'

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