veeam-mcpQuery Veeam Backup & Replication and Veeam ONE via MCP server running in Docker. Provides intelligent backup monitoring, job analysis, capacity planning, and infrastructure health checks.
Install via ClawdBot CLI:
clawdbot install JGM2025/veeam-mcpInteract with Veeam Backup & Replication (VBR) and Veeam ONE through an MCP (Model Context Protocol) server running in Docker.
When the user asks things like:
This skill wraps the Veeam Intelligence MCP server (running in Docker) and provides natural language access to:
Veeam Backup & Replication (VBR):
Veeam ONE:
The Veeam Intelligence MCP server is currently in beta.
To obtain access:
Once you have the MCP server package, build the Docker image:
cd /path/to/veeam-mcp-server
docker build -t veeam-intelligence-mcp-server .
clawhub install veeam-mcp
Create ~/.veeam-mcp-creds.json:
{
"vbr": {
"url": "https://veeam-server.yourdomain.com:443/",
"username": ".\\administrator",
"password": "your_secure_password"
},
"vone": {
"url": "https://veeam-one.yourdomain.com:1239/",
"username": ".\\administrator",
"password": "your_secure_password"
}
}
Important: Lock down the credentials file:
chmod 600 ~/.veeam-mcp-creds.json
".\\username" format"DOMAIN\\username" or "username@domain.com"".\\" not ".\\\\"For live data queries (Advanced Mode), enable Veeam Intelligence on your Veeam servers:
Veeam Backup & Replication:
Veeam ONE:
Without this, queries will only return documentation (Basic Mode).
Just ask naturally:
"What Veeam backup jobs failed yesterday?"
"Show me backup repository capacity"
"Check Veeam ONE alerts"
"Which VMs haven't been backed up this week?"
# Query VBR
./scripts/query-veeam.sh vbr "What backup jobs ran in the last 24 hours?"
# Query Veeam ONE
./scripts/query-veeam.sh vone "Show current alerts"
# Test connections
./scripts/test-connection.sh vbr
./scripts/test-connection.sh vone
# List available MCP tools
./scripts/list-tools.sh vbr
User Question ā OpenClaw Skill ā Docker MCP Server ā Veeam API
ā
Veeam Intelligence
ā
JSON Response
# Check credentials file
cat ~/.veeam-mcp-creds.json | jq .
# Test Docker image
docker run -i --rm veeam-intelligence-mcp-server
# Manual connection test
echo '{"jsonrpc":"2.0","method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}},"id":1}' | \
docker run -i --rm \
-e PRODUCT_NAME=vbr \
-e WEB_URL=https://your-server:443/ \
-e ADMIN_USERNAME='.\administrator' \
-e ADMIN_PASSWORD='yourpassword' \
-e ACCEPT_SELF_SIGNED_CERT=true \
veeam-intelligence-mcp-server
If responses say "Basic mode is active", enable Veeam Intelligence on your servers.
.\\username (local account)DOMAIN\\username (domain account)~/.veeam-mcp-creds.json (chmod 600)This skill is provided as-is. Veeam Intelligence MCP server is licensed separately.
Need Help? Open an issue on GitHub or ask in the OpenClaw Discord.
Generated Mar 1, 2026
IT teams can use this skill to monitor backup job statuses and failures in real-time through natural language queries, such as asking which jobs failed overnight. This enables quick identification of issues, reduces manual log checking, and ensures backup reliability for critical systems like virtual machines and databases.
Enterprises can leverage the skill to analyze backup repository capacity and performance trends via Veeam ONE integration. By querying for capacity usage and alert statuses, administrators can plan for storage expansion, optimize resource allocation, and maintain infrastructure health to prevent data loss or downtime.
Organizations in regulated sectors can use the skill to generate reports on VM backup statuses and job histories through natural language commands. This helps ensure compliance with data protection standards by providing auditable records of backup activities and identifying VMs that haven't been backed up recently.
Disaster recovery teams can employ this skill to assess backup performance and infrastructure alerts via Veeam ONE. By querying for trends and failed jobs, they can evaluate recovery readiness, identify weak points in backup strategies, and ensure rapid response capabilities in case of data loss incidents.
MSPs can offer this skill as part of a premium backup monitoring service, charging clients a monthly fee for proactive oversight and reporting. It enhances service value by reducing manual effort and providing AI-driven insights, leading to higher client retention and upselling opportunities for advanced features.
Veeam or partners can license the MCP server and skill directly to large enterprises, bundling it with support contracts. This model generates revenue through upfront licensing fees and ongoing technical support, catering to organizations needing robust, integrated backup intelligence for their internal IT operations.
IT consulting firms can use this skill to provide custom integration and setup services for clients, charging project-based fees. This includes configuring Docker environments, enabling Veeam Intelligence, and training staff, creating revenue streams from implementation and optimization without direct product sales.
š¬ Integration Tip
Ensure Docker is running and Veeam Intelligence is enabled on servers for advanced queries; use the provided scripts to test connections before full deployment.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.