Docker Forge MCP
Generate Docker Compose stacks that include Celery as a task queue service, with healthchecks and resource limits.
Generate Docker Compose stacks that include Django with PostgreSQL, with production-ready settings.
Generate and audit Docker Compose stacks with best-practice configurations for security and reliability.
Generate Docker Compose stacks that include FastAPI with PostgreSQL and optional Redis/Celery.
Generate Docker Compose stacks for monitoring with Grafana, Prometheus, and node-exporter.
Generate Docker Compose stacks that include MySQL as the database for WordPress.
Generate Docker Compose stacks that include Next.js standalone with PostgreSQL.
Generate Docker Compose stacks for a simple Nginx static server.
Generate Docker Compose stacks that include Node.js services with PostgreSQL and/or Redis.
Generate Docker Compose stacks that include PostgreSQL (16-alpine) with healthchecks and named volumes.
Generate Docker Compose stacks for monitoring with Prometheus and Grafana.
Generate multi-stage Dockerfiles for Python applications, and compose stacks with Python services.
Generate Docker Compose stacks that include Redis (7-alpine) with healthchecks and resource limits.
Generate Docker Compose stacks that include WordPress with MySQL.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Docker Forge MCPGenerate a Docker Compose for a Node.js API with PostgreSQL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Docker Forge MCP
Generate, audit, and tune Docker Compose stacks inside Claude Code — before you copy-paste anything.
Most DevOps work in AI assistants means prompting for a compose file, getting something almost-right, then spending 30 minutes fixing healthchecks, resource limits, and Traefik labels by hand. Docker Forge does all that before the compose file lands in your project.
Pure logic, no API keys, $0 to run.
4 tools
Tool | What it does | Tier |
| Generate a production-ready Docker Compose from a description | Free |
| Audit your compose for security & best-practice issues (scored 0-100) | Free |
| Generate Traefik v3 labels with middlewares | Free |
| List all available stack templates | Free |
| Multi-stage, hardened Dockerfile for Node/Python/Go | Pro |
| Extract all | Pro |
Related MCP server: Docker MCP
Quick start
npx -y docker-forge-mcpOr add to your Claude Code MCP config:
{
"mcpServers": {
"docker-forge": {
"command": "npx",
"args": ["-y", "docker-forge-mcp"]
}
}
}Usage examples
Generate a stack:
"Generate a Docker Compose for a Node.js API with PostgreSQL and Redis, domain api.myapp.com"
Audit an existing compose:
"Audit this docker-compose.yml for security issues" → paste your file
Add Traefik:
"Add Traefik v3 labels for my 'backend' service on port 3000 at api.example.com with rate limiting"
Supported stacks
Stack type | Services |
| Node.js + PostgreSQL + Redis |
| Node.js + PostgreSQL |
| Node.js + Redis |
| FastAPI + PostgreSQL + Redis + Celery |
| FastAPI/Django + PostgreSQL |
| WordPress + MySQL |
| Next.js standalone + PostgreSQL |
| Prometheus + Grafana + node-exporter |
| Nginx static server |
What's in every generated stack
restart: unless-stoppedon all servicesdeploy.resources.limits(CPU + memory) on every containerhealthcheckon every servicedepends_onwithcondition: service_healthyNamed volumes (not anonymous)
PostgreSQL pinned to
16-alpine, Redis to7-alpineOptional Traefik v3 labels + HTTP→HTTPS redirect
Audit checks
Critical (score -20 each): privileged mode, root user, docker socket mounted, plaintext secrets in env, database ports exposed to internet
Warning (score -5 each): missing restart policy, no resource limits, :latest image tag, no healthcheck, bare depends_on without service_healthy
Info (score -1): no network isolation, simple depends_on
Traefik middleware presets
rate-limit, security-headers (HSTS + XSS + nosniff), auth-basic, compress, redirect-https
License
MIT — frederic.suretat.com/lab
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fredericsuretat/docker-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server