MCPs/postgresql/Dockerfile
tobjend 128cce3248
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add postgresql-mcp Docker image + CI build step
2026-06-21 18:15:18 +02:00

7 lines
166 B
Docker

FROM node:22-slim
RUN npm install -g mcp-proxy@6.5.2 mcp-postgres@1.3.0
EXPOSE 8109
CMD ["mcp-proxy", "--port", "8109", "--host", "0.0.0.0", "--", "mcp-postgres"]