Skip to content
VS Code

Dokploy MCP for VS Code

io.github.vcode-sh/dokploy-mcp

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

client:VS Code transport:streamable-http runtime:npm

Install Dokploy MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "dokploy-mcp": {
      "type": "http",
      "url": "https://{remoteHost}{mcpPath}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dokploy MCP in other clients