# Dokploy MCP (npm · @vibetools/dokploy-mcp)

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

- Trust score: 72/100 (medium)
- Change this week: +48
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `{remotehost}{mcppath}`: 0/100, [markdown](https://verifymcp.io/servers/vcode-sh-dokploy-mcp/https-remotehost-mcppath.md), [page](https://verifymcp.io/servers/vcode-sh-dokploy-mcp/https-remotehost-mcppath)
- npm · `@vibetools/dokploy-mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp.md), [page](https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp)

## Channel facts

- Registry: `npm`
- Package: `@vibetools/dokploy-mcp`
- Version: `4.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to vcode-sh/dokploy-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 24 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 641 tokens (~213/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add vcode-sh-dokploy-mcp -- npx -y @vibetools/dokploy-mcp
```

### Codex

```bash
codex mcp add vcode-sh-dokploy-mcp -- npx -y @vibetools/dokploy-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vcode-sh-dokploy-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vibetools/dokploy-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vcode-sh-dokploy-mcp --command npx --arg -y --arg @vibetools/dokploy-mcp
```

### Hermes

```yaml
mcp_servers:
  vcode-sh-dokploy-mcp:
    command: "npx"
    args: ["-y", "@vibetools/dokploy-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vcode-sh-dokploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibetools/dokploy-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 72, +53)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: vcode-sh/dokploy-mcp
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 19, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 44, +20)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (3)

### `search` (~311 tokens)

Search Dokploy API

Search the Dokploy API catalog. IMPORTANT: Do NOT wrap code in a function -- `catalog` is already a global. Write bare code: `catalog.searchText("deploy")` or `catalog.recommend("safe database password rotation")` or `catalog.getByTag("application")` or `catalog.get("application.one")`. Common patterns: `catalog.recommend("tail project logs across environments")` -> helper-first workflow suggestions; `catalog.get("application.one")` -> application detail fields plus optional shaping params; `catalog.get("application.update")` -> build/runtime/resource tuning fields such as byte-based memory limits; `catalog.get("application.many")` -> batched application reads; `catalog.get("project.overview")` -> compact project state view; `catalog.get("deployment.all")` -> deployment history entries. Returns procedure names, parameters, HTTP methods, schemas, and response hints for key endpoints.

Input parameters:

- `code` (string, required): JavaScript code. `catalog` is a global -- do NOT wrap in a function. Examples: `catalog.searchText("application deploy")` | `catalog.recommend("safe database password rotation")` | `catalog.getByTag(…
- `profile` (string): Optional Dokploy profile name to validate before returning catalog results.

### `execute` (~290 tokens)

Execute Dokploy Workflow

Run JavaScript code or a guided Dokploy workflow. In code mode, write bare JS against global `dokploy` and `helpers` without wrapping it in a function. In workflow mode, `deploy-application` can resolve a target, choose preview vs apply, collect bounded rollout options, and build a bounded plan when sampling and elicitation are enabled. When MCP tasks are enabled, execute also supports polling and cancellation for long-running runs. Known Dokploy IDs yield reusable `dokploy://...` resource links, and `search` helps discover procedures.

Input parameters:

- `code` (string): JavaScript code. `dokploy` and `helpers` are globals -- do NOT wrap in a function. Simple: `await dokploy.project.all()`. Multi-step: `const app = await dokploy.application.one({ applicationId: "abc"…
- `profile` (string): Dokploy profile name. Required when DOKPLOY_PROFILES_JSON configures multiple profiles.
- `workflow` (object): Optional guided workflow mode. Currently supports `deploy-application` with interactive target resolution, preview/apply selection, bounded rollout options, and an MCP-native plan when phase 3 sampli…

### `list_profiles` (~40 tokens)

List Dokploy Profiles

List the available Dokploy profiles, including default and named targets, without exposing API keys. Returns profile names, normalized Dokploy API URLs, and config sources.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp#diagnostics

## Score history

- 2026-08-03: 72
- 2026-08-02: 72
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@vibetools/dokploy-mcp
- Socket report: https://socket.dev/npm/package/@vibetools/dokploy-mcp
- Repository: https://github.com/vcode-sh/dokploy-mcp
- Changelog RSS feed: https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/vcode-sh-dokploy-mcp/vibetools-dokploy-mcp
