$ timeahead_
mcp/dokploy-mcp-server/install

install dokploy-mcp-server

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/sapientsai/dokploy-mcp-server
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dokploy": {
      "command": "npx",
      "args": [
        "-y",
        "dokploy-mcp-server"
      ],
      "env": {
        "DOKPLOY_URL": "https://dokploy.example.com",
        "DOKPLOY_API_KEY": "your-api-key"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/dokploy-mcp-server/install/claude-desktop
← back to dokploy-mcp-server