
Duplicacy Mcp
Let your agent read Duplicacy backup health and Prometheus exporter metrics so you catch failed jobs before data loss.
Overview
Duplicacy MCP is an Operate-phase MCP server that exposes Duplicacy backup status and Prometheus exporter metrics to your AI agent.
What is this MCP server?
- MCP over stdio to Duplicacy Prometheus exporter (DUPLICACY_EXPORTER_URL)
- npm duplicacy-mcp v0.0.2 or OCI drumsergio/duplicacy-mcp:v0.0.2
- Single required env var—no API key in published schema
- Surfaces backup status aligned with Prometheus metrics patterns
- Pairs with self-hosted backup stacks indie devs run on NAS or VPS
- Published server version 0.0.2
- 2 package options: npm and OCI stdio
- 1 required environment variable: DUPLICACY_EXPORTER_URL
Community signal: 1 GitHub stars.
What problem does it solve?
You rely on Duplicacy for solo-project backups but only discover failures when you manually open Grafana or the exporter UI.
Who is it for?
Self-hosters with Duplicacy plus a Prometheus exporter who want agent-assisted backup health checks.
Skip if: Teams without Duplicacy, or anyone needing to trigger restores or edit backup jobs through MCP alone.
What do I get? / Deliverables
Your agent can summarize backup and exporter metrics in-chat after you point DUPLICACY_EXPORTER_URL at a live endpoint.
- In-agent backup status and metric summaries
- Configured stdio MCP with DUPLICACY_EXPORTER_URL
Recommended MCP Servers
Journey fit
How it compares
Read-only monitoring bridge—not a backup installer or disaster-recovery playbook skill.
Common Questions / FAQ
Who is Duplicacy MCP for?
Indie operators and solo devs who run Duplicacy and a Prometheus exporter and want MCP-driven backup status in their coding agent.
When should I use Duplicacy MCP?
Use it in Operate monitoring workflows—daily health checks, post-deploy verification, or when investigating missing snapshots.
How do I add Duplicacy MCP to my agent?
Install duplicacy-mcp, set DUPLICACY_EXPORTER_URL to your exporter base URL, and register the stdio MCP server in your agent config.