FROM busybox:stable-glibc as builder
RUN echo "nobody:x:65534:65534:Nobody:/:" > /etc/nobody
FROM scratch
WORKDIR /
COPY --from=builder /etc/nobody /etc/passwd
USER nobody
COPY mcp-domaintools /mcp-domaintools
ENTRYPOINT ["/mcp-domaintools"]
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/patrickdappollonio/mcp-domaintools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server