Duplicacy Mcp
@GeiserX
Duplicacy Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"duplicacy": {
"command": "npx",
"args": [
"-y",
"duplicacy-mcp"
],
"env": {
"DUPLICACY_EXPORTER_URL": "http://localhost:9750"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Duplicacy Mcp?
Duplicacy Mcp is a bridge that reads Duplicacy backup metrics from a Prometheus exporter and exposes them as an MCP server. It enables LLMs and AI agents to monitor backup status, progress, and health via read‑only resources and query tools.
How to use Duplicacy Mcp?
You can run it via Docker Compose using the drumsergio/duplicacy-mcp image or install it globally with npm install -g duplicacy-mcp and then run duplicacy-mcp. Configuration is done through environment variables (e.g., DUPLICACY_EXPORTER_URL). The server listens on 127.0.0.1:8080 by default with HTTP transport, or you can set TRANSPORT=stdio for stdio mode.
Key features of Duplicacy Mcp
- Exposes three read‑only resources:
duplicacy://status,duplicacy://progress,duplicacy://health - Provides four tools:
get_backup_status,get_backup_history,list_snapshots,get_prune_status - Single JSON‑RPC endpoint (
/mcp) for all interactions - Supports both HTTP and stdio transport
- Lightweight bridge between Duplicacy Prometheus exporter and MCP clients
Use cases of Duplicacy Mcp
- Monitor real‑time backup health and progress through an LLM interface
- Query backup history and list snapshots without accessing the Duplicacy CLI
- Check prune status to verify storage cleanup activities
- Integrate backup monitoring into AI‑powered dashboards or automation workflows
FAQ from Duplicacy Mcp
What transports does Duplicacy Mcp support?
The server supports both HTTP (listening on 127.0.0.1:8080 by default) and stdio transport, configurable with the TRANSPORT environment variable.
How do I configure the Prometheus exporter URL?
Set the DUPLICACY_EXPORTER_URL environment variable; the default is http://localhost:9750.
Is authentication required?
No, the default authentication type is none. The HTTP endpoint should be kept on localhost or placed behind a reverse proxy with authentication for security.
What tools does Duplicacy Mcp expose?
It exposes four tools: get_backup_status, get_backup_history, list_snapshots, and get_prune_status.
What resources are available?
Three read‑only resources are available: duplicacy://status, duplicacy://progress, and duplicacy://health.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
コメント