Skip to main content
Glama

Medplum

Official
by medplum
docker-compose.yml748 B
# This is the docker-compose file to run Medplum's required background services # It can be used to quickly run 2 services: # 1) The Postgres database # 2) The Redis cache # You can start all services by running "docker-compose up" services: postgres: image: postgres:16 restart: always environment: - POSTGRES_USER=medplum - POSTGRES_PASSWORD=medplum volumes: - ./postgres/postgres.conf:/usr/local/etc/postgres/postgres.conf - ./postgres/:/docker-entrypoint-initdb.d/ command: postgres -c config_file=/usr/local/etc/postgres/postgres.conf ports: - '5432:5432' redis: image: redis:7 restart: always command: redis-server --requirepass medplum ports: - '6379:6379'

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/medplum/medplum'

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