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 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
评论