io.github.GeiserX/duplicacy-mcp
Quality Score
80
/100
MCP server for Duplicacy — monitor backup status and Prometheus metrics
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"duplicacy-mcp": {
"command": "npx",
"args": [
"-y",
"duplicacy-mcp"
],
"env": {
"DUPLICACY_EXPORTER_URL": "<duplicacy_exporter_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"duplicacy-mcp": {
"command": "npx",
"args": [
"-y",
"duplicacy-mcp"
],
"env": {
"DUPLICACY_EXPORTER_URL": "<duplicacy_exporter_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y duplicacy-mcpClaude Desktop (Docker)
{
"mcpServers": {
"duplicacy-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"drumsergio/duplicacy-mcp:v0.0.2"
],
"env": {
"DUPLICACY_EXPORTER_URL": "<duplicacy_exporter_url>"
}
}
}
}§02 Environment variables
DUPLICACY_EXPORTER_URLrequired
Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)
DUPLICACY_EXPORTER_URLrequired
Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Monitoring & Logs
ThornGuard
app.qwady.thorns/thornguard
Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.
Calories Club: AI Food Tracker
app.recordo.api/calories-club
AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging
Auth0 MCP Server
com.auth0/mcp
Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language