MCP Server
MCP
io.github.GeiserX/duplicacy-mcp
MCP server for Duplicacy — monitor backup status and Prometheus metrics
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "duplicacy-mcp",
"version": "0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)",
"isRequired": true,
"format": "string",
"name": "DUPLICACY_EXPORTER_URL"
}
]
},
{
"registryType": "oci",
"identifier": "drumsergio/duplicacy-mcp:v0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Duplicacy Prometheus exporter URL (e.g. http://localhost:9750)",
"isRequired": true,
"format": "string",
"name": "DUPLICACY_EXPORTER_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment