Loading MCP server directory, please wait...
Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.
npx @getmcp/cli add io.github.jordanburke/dokploy-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
DOKPLOY_URLDokploy instance URL (e.g., https://dokploy.example.com)
DOKPLOY_API_KEYDokploy API key (generate in Settings > API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jordanburke/dokploy-mcp-server": {
"command": "npx",
"args": [
"-y",
"dokploy-mcp-server"
],
"env": {
"DOKPLOY_URL": "",
"DOKPLOY_API_KEY": "",
"TRANSPORT_TYPE": "",
"PORT": "",
"HOST": ""
}
}
}
}