Single Binary, <30MB RAM
One Go binary, embedded React UI, SQLite storage. No extra containers just to run the panel.
Single binary. 30-second install. Point your repo, push your code, app goes live. Your AI can manage it too.
curl -fsSL https://dockpod.io/install.sh | shSee the Installation guide for manual setup, systemd, and firewall notes.
You don't want to pay for another server, or install five containers just to get a management UI.
Claude or Cursor just wrote your app and a docker-compose.yml. You don't want to think about infrastructure.
DockPod runs a full Model Context Protocol server — Claude, Cursor, or any MCP client can inspect and manage containers directly from the conversation.
docker-compose.yml"deploy my app" → MCP triggers the deploy, streams the logs, doneOne config block, no server-side setup — works with Claude Desktop, Cursor, or Claude Code:
{
"mcpServers": {
"DockPod": {
"command": "npx",
"args": [
"mcp-remote",
"http://your-server:8090/sse",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer dp_mcp_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}See the full MCP setup guide for Claude Code's native SSE support and the complete tool list.
No credit card, no trial countdown. Upgrade when you actually hit a limit.
| Free | Pro — $49/year | |
|---|---|---|
| Container/image/volume/network management | ✓ | ✓, + live resource tuning |
| Paste & Deploy | Unlimited | Unlimited |
| Git Deployments | 3 projects, 5 builds of history | Unlimited, with rollback, live scaling & memory tuning |
| Database provisioning | 3 databases | Unlimited |
| Notifications | + Telegram, Slack, Discord | |
| Scheduled tasks | — | ✓ |
| Multi-user & audit log | — | ✓ |
| MCP tools | Read-only | Full action access |
See the full pricing page for details, including the free Pro license for students and open source maintainers.