Skip to main content
Glama
Dockerfile626 B
ARG BASE_VERSION FROM otel/opentelemetry-collector-contrib:$BASE_VERSION AS otelcol ENV SI_OTEL_COL__CONFIG_PATH=/etc/otelcol/config.yaml ENV SI_OTEL_COL__HONEYCOMB_API_KEY="" # We're going to base our image on a non-scratch image which should allow us to # `docker exec` into a running instance for debugging FROM alpine:3 AS final RUN apk add --no-cache \ curl WORKDIR /app COPY --from=otelcol /otelcol-contrib /bin/otelcol COPY ./*config.yaml /etc/otelcol/ COPY ./docker-entrypoint.sh /app/docker-entrypoint.sh HEALTHCHECK CMD curl --fail http://127.0.0.1:13133/ || exit 1 ENTRYPOINT ["/app/docker-entrypoint.sh"]

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/systeminit/si'

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