dokploy-mcp-server
About
Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DOKPLOY_URL DOKPLOY_API_KEY TRANSPORT_TYPE PORT HOSTClaude Code
claude mcp add --env DOKPLOY_URL= --env DOKPLOY_API_KEY= --env TRANSPORT_TYPE= --env PORT= --env HOST= dokploy-mcp-server -- npx dokploy-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dokploy-mcp-server","command":"npx","args":["dokploy-mcp-server"],"env":{"DOKPLOY_URL":"","DOKPLOY_API_KEY":"","TRANSPORT_TYPE":"","PORT":"","HOST":""}}'
JSON
{
"mcpServers": {
"dokploy-mcp-server": {
"command": "npx",
"args": [
"dokploy-mcp-server"
],
"env": {
"DOKPLOY_URL": "",
"DOKPLOY_API_KEY": "",
"TRANSPORT_TYPE": "",
"PORT": "",
"HOST": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.