← Index

io.github.kcofoni/duplicati-mcp

io.github.kcofoni/duplicati-mcp·v1.1.1·AI & LLMs
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "duplicati-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/kcofoni/duplicati-mcp:v1.1.1"
      ],
      "env": {
        "DUPLICATI_URL": "<duplicati_url>",
        "DUPLICATI_PASSWORD": "<your-duplicati_password>",
        "DUPLICATI_READONLY": "<duplicati_readonly>",
        "DUPLICATI_DB_PATH": "<duplicati_db_path>"
      }
    }
  }
}
§02  Environment variables
DUPLICATI_URL
required

URL of the Duplicati instance (e.g. http://localhost:8200)

DUPLICATI_PASSWORD
secret

Duplicati web interface password (leave empty if none configured)

DUPLICATI_READONLY

Set to true to disable write operations (run, abort, update, import). Default: false

DUPLICATI_DB_PATH

Path to Duplicati-server.sqlite — enables SQLite history tools (db_*). Leave empty to disable.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs