We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isc-tdyar/medical-graphrag-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
services:
iris-fhir:
build: .
container_name: iris-fhir
restart: unless-stopped
ports:
- "32783:52773" # Map local port 8080 to IRIS web port 52773
- "32782:1972" # Map local port 1972 to iris for health superserver port 1972
volumes:
- ./data:/data # Map local 'data' directory to '/data' inside container
environment:
ISC_DATA_DIRECTORY: /data/ifconfig
ISC_CPF_MERGE_FILE: /merge/CMF.cpf
entrypoint: ["/iris-main"]