← Index

Dokploy MCP

io.github.vcode-sh/dokploy-mcp·v3.1.2·Developer Tools
Quality Score
100
/100

Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://{remoteHost}{mcpPath}
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dokploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibetools/dokploy-mcp"
      ],
      "env": {
        "DOKPLOY_URL": "<dokploy_url>",
        "DOKPLOY_API_KEY": "<your-dokploy_api_key>",
        "DOKPLOY_PROFILES_JSON": "<your-dokploy_profiles_json>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dokploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibetools/dokploy-mcp"
      ],
      "env": {
        "DOKPLOY_URL": "<dokploy_url>",
        "DOKPLOY_API_KEY": "<your-dokploy_api_key>",
        "DOKPLOY_PROFILES_JSON": "<your-dokploy_profiles_json>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @vibetools/dokploy-mcp
§02  Environment variables
DOKPLOY_URL

Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy panel URL.

DOKPLOY_API_KEY
secret

Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy API key.

DOKPLOY_PROFILES_JSON
secret

Optional JSON object of named Dokploy targets. Use this when you want explicit named profiles in addition to the local default target.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools