Skip to content
Cursor

duplicacy mcp for Cursor

io.github.geiserx/duplicacy-mcp

MCP server for Duplicacy — monitor backup status and Prometheus metrics

client:Cursor transport:stdio runtime:npm

Install duplicacy 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": {
    "duplicacy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "duplicacy-mcp"
      ],
      "env": {
        "DUPLICACY_EXPORTER_URL": "<DUPLICACY_EXPORTER_URL>"
      }
    }
  }
}

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

duplicacy mcp in other clients