← Back to browse

TractorBeeam365 MCP

Indexed by io.github.Ringosystems

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 varsVB365_HOST VB365_USERNAME VB365_PASSWORD
Claude 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

Add to 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.