← Back to Plugins
MCP Server MCP

Dokploy MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @vibetools/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{remoteHost}{mcpPath}",
      "headers": [
        {
          "description": "Dokploy panel URL for this request. Accepts the panel URL, /api, or /api/trpc and is normalized automatically.",
          "isRequired": true,
          "placeholder": "https://panel.example.com",
          "name": "X-Dokploy-Url"
        },
        {
          "description": "Dokploy API key from Settings > Profile > API/CLI.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "dokp_...",
          "name": "X-Dokploy-Api-Key"
        }
      ],
      "variables": {
        "mcpPath": {
          "description": "MCP HTTP path exposed by the hosted server.",
          "default": "/mcp",
          "placeholder": "/mcp"
        },
        "remoteHost": {
          "description": "Hostname of your hosted dokploy-mcp server without the https:// prefix.",
          "isRequired": true,
          "placeholder": "mcp.example.com"
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@vibetools/dokploy-mcp",
      "version": "4.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy panel URL.",
          "placeholder": "https://panel.example.com",
          "name": "DOKPLOY_URL"
        },
        {
          "description": "Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy API key.",
          "isSecret": true,
          "placeholder": "dokp_...",
          "name": "DOKPLOY_API_KEY"
        },
        {
          "description": "Optional JSON object of named Dokploy targets. Use this when you want explicit named profiles in addition to the local default target.",
          "isSecret": true,
          "placeholder": "{\"redivo\":{\"url\":\"https://redivo.example.com\",\"apiKey\":\"dokp_redivo\"}}",
          "name": "DOKPLOY_PROFILES_JSON"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...