Skip to main content
Glama

Appointment Manager MCP Server

by Samuelr2112
docker-compose.yml531 B
version: "3.9" services: db: image: postgres:15 container_name: postgres_db environment: POSTGRES_USER: samuel POSTGRES_PASSWORD: mypassword POSTGRES_DB: appointments_db ports: - "5432:5432" volumes: - postgres_data:/var/lib/postgresql/data api: build: . container_name: mcp_api depends_on: - db ports: - "8000:8000" environment: DATABASE_URL: "postgresql+psycopg2://samuel:mypassword@db:5432/appointments_db" 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/Samuelr2112/mcp-project'

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