duplicacy-mcp
Rank #14316glama/GeiserX/duplicacy-mcp
MCP server that reads Duplicacy backup metrics from a Prometheus exporter and exposes them to LLMs for monitoring backup status, progress, and health.
duplicacy-mcp is a Model Context Protocol (MCP) server published by GeiserX. It ranks #14316 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. duplicacy-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 44,584 of 58,900 servers on MCP Toplist.
Use duplicacy-mcp
Add duplicacy-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"duplicacy-mcp": {
"command": "npx",
"args": [
"-y",
"duplicacy-mcp"
],
"env": {
"DUPLICACY_EXPORTER_URL": "<your DUPLICACY_EXPORTER_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"duplicacy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/duplicacy-mcp:v0.0.2"
],
"env": {
"DUPLICACY_EXPORTER_URL": "<your DUPLICACY_EXPORTER_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
GeiserX
Other servers by GeiserX
- Genieacs MCP#3119 · 3 vers
- telegram-archive-mcp#7418 · 1 ver
- spinnaker-mcp#8397 · 2 vers
- cashpilot-mcp#9463 · 1 ver
- atlassian-browser-mcp#13313
- lynxprompt-mcp#13754 · 1 ver
- pumperly-mcp#14317 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Apr 3, 2026 |
Frequently asked questions
- What is duplicacy-mcp?
- MCP server that reads Duplicacy backup metrics from a Prometheus exporter and exposes them to LLMs for monitoring backup status, progress, and health.
- Who maintains duplicacy-mcp?
- duplicacy-mcp is maintained by GeiserX, which publishes 8 MCP servers (10 total versions) tracked on MCP Toplist.
- Is duplicacy-mcp an official MCP server?
- Yes — duplicacy-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does duplicacy-mcp have?
- MCP Toplist tracks 1 version of duplicacy-mcp, most recently published on Apr 3, 2026.
- Where can I find the source code for duplicacy-mcp?
- The source code for duplicacy-mcp is hosted at github.com/GeiserX/duplicacy-mcp.