Sign inSign up

countly/countly-mcp-server:1.2.0

Multi-platform
Index digest

sha256:3bd6a6b42206b743b188438b3cc876684665daed460842dabc5816e428917250

OS/ARCH

Compressed size

49.99 MB

Last pushed

5 months by countly

Type

Image

Manifest digest

sha256:b2b25ef33543420f8daee423b5115d470fce7990d7bd238251258bd31320170c

Image Layers

1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.20.20 B
4RUN /bin/sh -c addgroup -g41.23 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10LABEL org.opencontainers.image.title=Countly MCP Server org.opencontainers.image.description=Model0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apk add45.64 KB
13RUN /bin/sh -c addgroup -g970 B
14COPY package*.json ./ # buildkit53.74 KB
15RUN /bin/sh -c npm ci3.63 MB
16COPY /app/build ./build # buildkit153.21 KB
17COPY --chown=nodejs:nodejs .env.example ./.env.example #1.48 KB
18RUN /bin/sh -c mkdir -p121 B
19USER nodejs0 B
20ENV NODE_ENV=production COUNTLY_SERVER_URL=https://api.count.ly COUNTLY_TIMEOUT=300000 B
21EXPOSE [3000/tcp]0 B
22HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B
23ENTRYPOINT ["dumb-init" "--"]0 B
24CMD ["node" "build/index.js" "--http" "--port"0 B

Command

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit