Skip to content
Cursor

duplicati mcp for Cursor

io.github.kcofoni/duplicati-mcp

MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.

client:Cursor transport:stdio runtime:oci

Install duplicati mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "duplicati-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/duplicati-mcp:v1.1.1"
      ],
      "env": {
        "DUPLICATI_URL": "<DUPLICATI_URL>",
        "DUPLICATI_PASSWORD": "<DUPLICATI_PASSWORD>",
        "DUPLICATI_READONLY": "<DUPLICATI_READONLY>",
        "DUPLICATI_DB_PATH": "<DUPLICATI_DB_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

duplicati mcp in other clients