Odel
duplicacy mcp

duplicacy mcp

Local
@geiserx2GoGPL-3.0Updated 4 days ago

MCP server for Duplicacy — monitor backup status and Prometheus metrics

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmduplicacy-mcpv0.0.2

Run

npx -y duplicacy-mcp

MCP client config

{
  "mcpServers": {
    "duplicacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "duplicacy-mcp"
      ]
    }
  }
}
Dockerdrumsergio/duplicacy-mcp:v0.0.2

Run

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

MCP client config

{
  "mcpServers": {
    "duplicacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/duplicacy-mcp:v0.0.2"
      ]
    }
  }
}