MCPs/filesystem/Dockerfile
Tobias J. Endres 22b81b2478
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI
2026-06-23 15:09:54 +02:00

4 lines
No EOL
192 B
Docker

FROM node:22-slim
RUN npm install -g mcp-proxy@6.5.2 @modelcontextprotocol/server-filesystem
EXPOSE 8114
CMD ["mcp-proxy", "--port", "8114", "--host", "0.0.0.0", "--", "mcp-server-filesystem"]