← Back to Plugins
MCP Server MCP

io.github.kcofoni/duplicati-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/kcofoni/duplicati-mcp:v1.1.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/kcofoni/duplicati-mcp:v1.1.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3000/mcp"
      },
      "environmentVariables": [
        {
          "description": "URL of the Duplicati instance (e.g. http://localhost:8200)",
          "isRequired": true,
          "name": "DUPLICATI_URL"
        },
        {
          "description": "Duplicati web interface password (leave empty if none configured)",
          "isSecret": true,
          "name": "DUPLICATI_PASSWORD"
        },
        {
          "description": "Set to true to disable write operations (run, abort, update, import). Default: false",
          "name": "DUPLICATI_READONLY"
        },
        {
          "description": "Path to Duplicati-server.sqlite — enables SQLite history tools (db_*). Leave empty to disable.",
          "name": "DUPLICATI_DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...