Skip to main content
Glama
Dockerfile557 B
FROM alpine:3.18 # Set the working directory WORKDIR /app # Install required packages: aws-cli, jq, less, curl, python3, pip, and required Python packages RUN apk --no-cache add aws-cli jq less curl python3 py3-pip && \ pip3 install boto3 botocore requests # Copy your Python functions into the /functions directory COPY ./functions /functions # Copy the entrypoint script COPY ./docker-entrypoint.sh /app/ # Make the entrypoint script executable RUN chmod +x /app/docker-entrypoint.sh # Set the entrypoint 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