FROM docker.io/library/alpine:latest
RUN apk add --no-cache nodejs npm shadow
RUN npm install -g @modelcontextprotocol/server-filesystem
