From 075751c815c65ee597cd69c793745f6898e058de Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Tue, 23 Jun 2026 15:38:12 +0200 Subject: [PATCH] docs: add root README with port map and usage --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54f9b37 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# 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-:latest`. + +## Usage + +```bash +docker run -d --name -mcp -p : \ + -e = \ + forgejo.corentic.eu/corentic/mcp-fleet-: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) +- **contextforge/** — Remote SSE gateway, no server to run locally