Skip to main content
Glama
Dockerfile306 B
FROM alpine:3 RUN apk add --no-cache \ curl \ aws-cli \ bash WORKDIR /app COPY health-monitor.sh /app/health-monitor.sh RUN chmod +x /app/health-monitor.sh ENV HEALTH_ENDPOINT=http://127.0.0.1:8080/health ENV SLEEP_INTERVAL=30 ENV AWS_REGION=us-east-1 ENTRYPOINT ["/app/health-monitor.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