TractorBeeam365 MCP
About
MCP server for Veeam Backup for Microsoft 365: read-only review + gated, audited restore tier.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VB365_HOST VB365_USERNAME VB365_PASSWORDClaude Code
claude mcp add --env VB365_HOST= --env VB365_USERNAME= --env VB365_PASSWORD= tractorbeeam-mcp -- docker ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tractorbeeam-mcp","command":"docker","args":["ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0"],"env":{"VB365_HOST":"","VB365_USERNAME":"","VB365_PASSWORD":""}}'
JSON
{
"mcpServers": {
"tractorbeeam-mcp": {
"command": "docker",
"args": [
"ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0"
],
"env": {
"VB365_HOST": "",
"VB365_USERNAME": "",
"VB365_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.