Veeam Intelligence MCP Server
@veeam-ai
About Veeam Intelligence MCP Server
Model Context Protocol server for Veeam Intelligence
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"veeam-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"veeam-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Veeam Intelligence MCP Server?
The Veeam Intelligence MCP Server extends Veeam Intelligence into operational workflows by exposing it through the Model Context Protocol (MCP). It integrates with any MCP-compatible client (such as Claude Desktop or Visual Studio Code) to deliver trusted operational signals from Veeam Backup & Replication, Veeam ONE, and Veeam Service Provider Console (VSPC). It is designed for operators and AI agents who need real-time, cross-system insight into backup, recovery, malware, and compliance data.
How to use Veeam Intelligence MCP Server?
Clone the repository, set the required environment variables (PRODUCT_NAME, WEB_URL, ADMIN_USERNAME, ADMIN_PASSWORD, ACCEPT_SELF_SIGNED_CERT), and run the server using either Docker (docker run -i --rm ... veeam-intelligence-mcp-server) or npm (npm start --prefix /path/to/mcp/server). Configure the MCP client with stdio transport and pass the environment variables. Restart the client to apply the changes.
Key features of Veeam Intelligence MCP Server
- Platform and version intelligence for all supported Veeam products
- Environment health monitoring with triggered alarms and severity analysis
- Threat and malware visibility including detection sources and false positive tracking
- Backup server governance, license consumption, and protected workload coverage
- Job and policy operations with failure trends and performance bottlenecks
- Live job triage, session history analysis, and restore point RPO coverage
Use cases of Veeam Intelligence MCP Server
- Integrate Veeam backup health into AI-powered chat assistants for daily operations
- Monitor malware events and compliance signals alongside ITSM or security tools
- Streamline incident response with real-time job state, bottleneck, and stalled job detection
- Provide governed, read-only access to Veeam metrics for third-party platforms and self-hosted LLMs
- Automate operational checks across multi-product Veeam environments from a single interface
FAQ from Vee
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments