Skip to main content
Glama

FHIR MCP Server

by the-momentum
docker-compose.yml688 B
services: mcp-server: container_name: mcp-server image: mcp-server:latest build: context: . dockerfile: Dockerfile args: EMBEDDING_MODEL: ${EMBEDDING_MODEL} env_file: - config/.env environment: - TRANSPORT_MODE=${TRANSPORT_MODE:-stdio} volumes: - ./app:/root_project/app - type: bind source: ./config/.env target: /root_project/config/.env bind: create_host_path: false - type: bind source: ./ssl target: /ssl bind: create_host_path: false read_only: true ports: - 8000:8000 stdin_open: true restart: on-failure

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/the-momentum/fhir-mcp-server'

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