HomeCloud & Monitoring › duplicacy-mcp

duplicacy-mcp

MCP server for Duplicacy — monitor backup status and Prometheus metrics

Go Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-09-02 License: GPL-3.0

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "duplicacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DUPLICACY_EXPORTER_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DUPLICACY_EXPORTER_URL required — Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)

Package (oci)

docker run -i --rm drumsergio/duplicacy-mcp:v0.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "duplicacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/duplicacy-mcp:v0.0.2"
      ],
      "env": {
        "DUPLICACY_EXPORTER_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DUPLICACY_EXPORTER_URL required — Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry