mcp-scratchpad (sha256:03f336aeca69f449ab03df78ffb1ed766c78c03bc2dec1f42ba72946ea608597)

Published 2026-02-04 11:59:45 +00:00 by damien in damien/mcp-scratchpad

Installation

docker pull git.flety.net/damien/mcp-scratchpad@sha256:03f336aeca69f449ab03df78ffb1ed766c78c03bc2dec1f42ba72946ea608597
sha256:03f336aeca69f449ab03df78ffb1ed766c78c03bc2dec1f42ba72946ea608597

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libpq5 libssl3 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -r -s /bin/false appuser # buildkit
WORKDIR /app
COPY /app/target/release/mcp-scratchpad ./ # buildkit
RUN /bin/sh -c chown appuser:appuser /app/mcp-scratchpad # buildkit
USER appuser
EXPOSE [3001/tcp]
ENV BIND_ADDRESS=0.0.0.0:3001
ENV DATABASE_URL=postgresql://postgres:password@db:5432/mcp_scratchpad
ENV EMBEDDING_MODEL=text-embedding-3-small
ENV EMBEDDING_SIZE=1536
CMD ["./mcp-scratchpad"]

Labels

Key Value
org.opencontainers.image.created 2026-02-04T11:58:50Z
org.opencontainers.image.revision b716f96094cd92f89a2d559ec1f0fd6fa6c1bf70
org.opencontainers.image.source https://git.flety.net/damien/mcp-scratchpad
Details
Container
2026-02-04 11:59:45 +00:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (4) View all
0.1.4 2026-02-05
latest 2026-02-05
0.1.2 2026-02-04
0.1.0 2026-02-04