Skip to main content
Glama

Sumanshu Arora

Dockerfileβ€’409 B
# Stage 1: Extract binary from GitHub's image FROM ghcr.io/github/github-mcp-server:0.9.1 AS github-mcp # Stage 2: Final image with shell support FROM alpine # Copy binary from GitHub MCP image to Alpine COPY --from=github-mcp /server/github-mcp-server /server/github-mcp-server # Copy and set up the script COPY script.sh /server/script.sh RUN chmod +x /server/script.sh ENTRYPOINT ["/server/script.sh"]

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/Data-Everything/mcp-server-templates'

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