Skip to main content
Glama
by chayasin
docker-compose.yml495 B
version: '3.8' services: postgres: image: postgres:15 container_name: mcp-postgres environment: POSTGRES_DB: mcp_database POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres ports: - "5432:5432" volumes: - postgres_data:/var/lib/postgresql/data - ./db/init.sql:/docker-entrypoint-initdb.d/01-init.sql - ./raw_data:/raw_data networks: - mcp-network volumes: postgres_data: networks: mcp-network: driver: bridge

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/chayasin/mcp-database'

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