Skip to main content
Glama
Dockerfile630 B
FROM --platform=linux/amd64 debian:bullseye-slim ARG GIT_SHA ARG MEDPLUM_VERSION ENV GIT_SHA ${GIT_SHA} ENV MEDPLUM_VERSION ${MEDPLUM_VERSION} ENV MEDPLUM_LOG_LEVEL=${MEDPLUM_LOG_LEVEL:-"INFO"} COPY medplum-agent-${MEDPLUM_VERSION}-linux /srv/medplum-agent RUN apt-get update && \ apt-get install -y iputils-ping && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \ adduser -u 5678 --disabled-password --gecos "" app && \ chmod +x /srv/medplum-agent WORKDIR /srv USER app CMD ./medplum-agent "$MEDPLUM_BASE_URL" "$MEDPLUM_CLIENT_ID" "$MEDPLUM_CLIENT_SECRET" "$MEDPLUM_AGENT_ID" "$MEDPLUM_LOG_LEVEL"

Latest Blog Posts

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