Home › Cloud & Monitoring › duplicacy-mcp
duplicacy-mcp
MCP server for Duplicacy — monitor backup status and Prometheus metrics
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_URLrequired — 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_URLrequired — Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry