MCPs/nginx-proxy-manager
Tobias J. Endres e5fde01f8b fix: use NodeSource v22 instead of Debian npm (pulls 375 packages)
Switch from apt-get install nodejs npm to NodeSource setup_22.x
to avoid pulling 245MB of unnecessary build dependencies on
python:3.12-slim (Debian Trixie).
2026-06-23 15:40:03 +02:00
..
Dockerfile fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
README.md feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00

nginx-proxy-manager-mcp

MCP server for Nginx Proxy Manager.

Source: nginx-proxy-manager-mcp

Environment Variables

Variable Required Description
NPM_URL Yes Nginx Proxy Manager instance URL (e.g. https://npm.corentic.eu)
NPM_EMAIL Yes Login email
NPM_PASSWORD Yes Login password

Usage

docker run -d \
  --name nginx-proxy-manager-mcp \
  -p 8105:8105 \
  -e NPM_URL=https://npm.corentic.eu \
  -e NPM_EMAIL=admin@example.com \
  -e NPM_PASSWORD=your_password \
  forgejo.corentic.eu/corentic/mcp-fleet-nginx-proxy-manager:latest

Tools

Proxy hosts management, stream management, access lists, SSL certificates, audit logs.