Production-ready MCP server Docker images. One folder per MCP, each with self-contained Dockerfile + README + Woodpecker CI auto-build.
Find a file
Tobias J. Endres 9d8d2d8519
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: trigger pipeline to test new worker
2026-06-23 16:04:31 +02:00
bitwarden fix: add ca-certificates to bitwarden Dockerfile (curl needs HTTPS certs) 2026-06-23 15:52:44 +02:00
docker feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
filesystem feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
forgejo feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
github feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
kdrive feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
kontist fix: add ca-certificates to kontist Dockerfile (git clone needs HTTPS certs) 2026-06-23 15:49:59 +02:00
networking feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
nextcloud fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
nginx-proxy-manager fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
playwright feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
portainer fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
postgresql feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
semaphore feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
taiga feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
web-search fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
woodpecker feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
.woodpecker.yml feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
README.md chore: trigger pipeline to test new worker 2026-06-23 16:04:31 +02:00

Corentic MCP Fleet

Production-ready MCP server Docker images for the Corentic infrastructure. Each MCP is a standalone Docker image with SSE transport (via mcp-proxy), auto-built by Woodpecker CI on push to main.

Port Map

Port MCP Base Transport
8101 forgejo node mcp-proxy
8102 woodpecker node mcp-proxy
8103 semaphore python native HTTP
8104 github ghcr upstream stdio
8105 nginx-proxy-manager python+node mcp-proxy
8106 taiga node mcp-proxy
8107 nextcloud python+node mcp-proxy
8108 kdrive node mcp-proxy
8109 postgresql node mcp-proxy
8110 portainer python+node mcp-proxy
8111 kontist node mcp-proxy
8112 bitwarden node+bw CLI mcp-proxy
8113 networking node mcp-proxy
8114 filesystem node mcp-proxy
8115 docker node mcp-proxy
8116 web-search python+node mcp-proxy

Registry

All images are published to forgejo.corentic.eu/corentic/mcp-fleet-<name>:latest.

Usage

docker run -d --name <name>-mcp -p <port>:<port> \
  -e <ENV_VAR>=<value> \
  forgejo.corentic.eu/corentic/mcp-fleet-<name>:latest

See each MCP's README.md for specific environment variables and tools.

Non-Docker MCPs

These MCPs run natively or are remote endpoints (no Docker image):

  • playwright/ — Browser automation, runs better natively (needs display + browser)