Skip to main content
Glama

yutu

by eat-pray-ai
Dockerfile501 B
FROM alpine:latest AS binary ARG TARGETARCH COPY dist /app/ RUN if [[ "${TARGETARCH}" == "arm64" ]]; then \ mv /app/yutu_linux_arm64_v8.0/yutu-linux-arm64 /app/yutu; \ elif [[ "${TARGETARCH}" == "amd64" ]]; then \ mv /app/yutu_linux_amd64_v1/yutu-linux-amd64 /app/yutu; \ fi && \ chmod +x /app/yutu FROM scratch AS yutu WORKDIR /app EXPOSE 8216/tcp COPY --from=binary /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=binary /app/yutu /yutu ENTRYPOINT ["/yutu"]

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/eat-pray-ai/yutu'

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