1. Conduid
  2. AI
  3. Modelcontextprotocol Veeam
MCP server · AI

Modelcontextprotocol Veeam

A Repository with a collection of MCP Servers for Veeam

Unclaimed MIT last commit 8 months ago ai
53Fair

Scored 3 months ago · breakdown

About Modelcontextprotocol Veeam

Modelcontextprotocol Veeam is an MCP server published by jorgedlcruz in the AI category: a Repository with a collection of MCP Servers for Veeam. It has been installed 0 times through Conduid.

The repository has 8 stars and 2 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx modelcontextprotocol-veeam

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Modelcontextprotocol Veeam

Powered by Claude · Grounded in docs

I know everything about Modelcontextprotocol Veeam. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Model Context Protocol for Veeam

Vision

The Model Context Protocol for Veeam project aims to bridge the gap between artificial intelligence and Veeam's robust data protection ecosystem. By leveraging the Model Context Protocol (MCP), I am enabling AI assistants to directly interact with Veeam's feature-rich APIs, creating new possibilities for data management, monitoring, and protection.

My goal is to democratize access to Veeam's powerful capabilities through natural language, allowing administrators, DevOps engineers, and IT professionals to:

  • 💬 Interact with Veeam products through conversational AI
  • 🔍 Get instant insights into backup infrastructure
  • 📊 Receive proactive recommendations and analysis
  • 🛠️ Troubleshoot issues with AI-assisted guidance
  • 🤖 Automate routine tasks through natural language commands

Components

This repository hosts a collection of MCP servers for different Veeam products:

Component Status Description
Veeam Backup & Replication ✅ Available Monitor and manage VBR servers, jobs, repositories, and proxies
Veeam ONE 🚧 In Development Access monitoring, reporting, and business view capabilities
Veeam Service Provider Console 🔮 Planned Manage multi-tenant environments and service provider operations
Veeam Recovery Orchestrator 🔮 Planned Orchestrate disaster recovery testing and execution
Kasten K10 🔮 Planned Kubernetes-native backup and disaster recovery

Getting Started

Each MCP server has its own detailed installation and usage instructions. To get started with the Veeam Backup & Replication MCP server:

# Clone the repository
git clone https://github.com/jorgedlcruz/modelcontextprotocol_veeam.git
cd modelcontextprotocol_veeam/veeam-backup-and-replication-mcp

# Install dependencies
npm install

# Start the server, not required if you use Claude Desktop
node vbr-mcp-server.js

Connect to the server using any MCP-compatible client or AI assistant, such as Claude or compatible models that support function calling through the Model Context Protocol.

Claude Desktop Configuration

If you are using Claude Desktop, one of the most powerful MCP Client anyways, you surely have already the Developer Mode enabled, and all, please add the next configuiration to your claude_desktop_config.json

{
  "mcpServers": {
    "Veeam API": {
      "command": "node",
      "args": ["C:/yourpath/vbr-mcp-server.js"]
    }
  }
}

Use Cases

IT Administrators

  • "Show me all failed backup jobs from the last 24 hours"
  • "Is there any repository approaching capacity threshold?"
  • "What's our current license usage and when does it expire?"
  • "Which VMs had the largest backup size increase this week?"

DevOps Engineers

  • "Check if our production SQL Server was successfully backed up last night"
  • "Compare restore points available for the web application servers"
  • "Verify backup copies were successfully transferred to our DR site"

Service Providers (future)

  • "Which tenants have the highest backup growth rate this month?"
  • "Show me customers with backup jobs consistently failing"
  • "Generate a license consumption report for quarterly billing"

Roadmap

  • 🚀 Milestone 1: Complete Veeam Backup & Replication MCP server with full feature coverage
  • 🚀 Milestone 2: Release Veeam ONE MCP server
  • 🚀 Milestone 3: Release VSPC MCP server
  • 🚀 Milestone 4: Release VRO and K10 MCP servers
  • 🚀 Ongoing: Enhance existing servers with additional capabilities and improved AI context

Contributing

I would truly welcome contributions from the community! Whether you're interested in adding support for new Veeam APIs, improving documentation, or enhancing the core functionality, please feel free to submit pull requests or open issues.

See our contribution guidelines for more details.

Why MCP?

The Model Context Protocol provides a standardized way for AI systems to interact with external tools and data sources. By implementing MCP servers for Veeam products, we enable:

  • 🔌 Interoperability: Works with any AI assistant that supports the protocol
  • 🧩 Modularity: Each tool is self-contained and well-documented
  • 🔒 Security: Clear separation between AI systems and your infrastructure
  • 🚀 Extensibility: Easy to add new capabilities as Veeam APIs evolve

License

This project is licensed under the MIT License.


README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Modelcontextprotocol Veeam

How do I install Modelcontextprotocol Veeam?

Run npx modelcontextprotocol-veeam, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Modelcontextprotocol Veeam safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Modelcontextprotocol Veeam still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.