Deploy and manage applications on a self-hosted Dokploy instance. Dokploy is an open-source PaaS (alternative to Vercel/Heroku) using Docker + Traefik.
| Dashboard | https:// / | | API base | https:// /api/ | | Swagger UI | https:// /swagger (browser login required) | | Auth header | x-api-key: | | CLI install | npm install -g @dokploy/cli | | MCP server | @ahdev/dokploy-mcp (67 tools) | | Docs | https://docs.dokploy.com |
On first use, check if the Dokploy MCP server is configured. If not, run the interactive setup:
Deploy and manage applications on Dokploy (self-hosted PaaS). Use when deploying apps, managing services (PostgreSQL, Redis), configuring domains, running migrations, or troubleshooting Dokploy deployments. Covers API (tRPC), CLI, MCP server, and common pitfalls with Next.js, Docker, and database drivers. Source: sattva2020/skills.