MCP server for Veeam Backup for Microsoft 365: read-only review + gated, audited restore tier.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
A Model Context Protocol server for Veeam Backup for Microsoft 365 (VB365). It talks directly to the VB365 REST API so an MCP client (Claude Code / Claude Desktop) can review your backup configuration, find protection gaps, spot trends, verify cloud immutability β and, when you explicitly opt in, run jobs and orchestrate restores.
Independent project β not affiliated with, endorsed by, or supported by Veeam Software. "Veeam" is a registered trademark of Veeam Software; the "Beeam" spelling is a deliberate, distinct play on words. Use at your own risk.
π± The name: a tractor beam pulls your data back in β and Beeam winks at the backup product underneath. Read-only review is the safe default; the "pull" (restore/actions) is opt-in.
| Tier | Default | What it can do |
|---|---|---|
| Read-only review | β always on | GET-only. Cannot change anything. Config/health, gap-analysis, trends, cloud-lock cross-check. |
| Action / Restore | β off | Opt-in via TB_* env flags. Run/stop jobs, generate reports, sync orgs, define + execute restores. Every write is confirm-token gated and audited. |
If you never set the TB_* flags, this is a pure read-only reviewer that
physically cannot modify your environment β the action/restore tools aren't even
registered.
No clone or build required. From v2.2.0 the image is published multi-arch
(amd64 + arm64) to GitHub Container Registry and Docker Hub, so it runs
natively on x86 servers, Apple Silicon, and ARM boxes (Raspberry Pi, ARM cloud).
On an ARM host, pin the :2.2.0 (or later) tag until a multi-arch :latest has
been published.
Grab two files and start it:
MCP is then live at http://<host>:8766/mcp. Attach a client with the bearer
token you set:
Update later:
In Unraid open Docker β Add Container, and paste this template URL into the Template field:
Fill in VB365_HOST, VB365_USERNAME, VB365_PASSWORD, and a long
MCP_AUTH_TOKEN, then Apply. The audit and downloads folders map under
/mnt/user/appdata/tractorbeeam365/.
For a client that launches the server itself, run the image on demand over stdio:
| Tool | What it returns |
|---|---|
vb365_health_summary | One-shot review: orgs, jobs + last status, repos, cloud storage (B2/S3/Azure), proxies, license, trend anomalies, and a flags list. Start here. |
vb365_trends | Per-job success/failure drift, repo capacity-full projection, restore-test cadence per org, RPO compliance. |
gap_coverage_summary / gap_unprotected_objects | Backup coverage % and unprotected live M365 objects, by comparing Microsoft Graph against what jobs protect (needs GRAPH_*). |
cloud_lock_audit | Cross-checks Object Lock mode/retention/versioning at the bucket vs what VB365 reports (needs B2_*/S3_*). |
vb365_api_root | Resource list + version (confirms connectivity). |
vb365_list_organizations / vb365_org_inventory | Protected orgs; an org's users/groups/sites/teams. |
vb365_list_jobs / vb365_get_job / vb365_job_scope | Jobs, one job's config, and exactly what a job protects (selected/excluded). |
vb365_list_job_sessions | Recent run results (optionally per job). |
vb365_list_repositories / vb365_list_restore_points | Repos (capacity/retention/immutability); restore points. |
vb365_list_object_storage / vb365_get_object_storage | Cloud/object storage (B2/S3/Azure/Wasabi/IBM/Glacier). |
vb365_list_proxies / vb365_license | Proxies + status; license/edition/expiry. |
vb365_get | Read-only GET to any other /<version>/... resource. |
Registered only when the matching flag is set. Two-call confirm pattern: call
once to get a preview + a one-time confirm_token; call again with
confirm=<token> to execute. Every execution is appended to TB_AUDIT_LOG.
| Tool (flag) | What it does |
|---|---|
action_job (TB_ALLOW_JOB_CONTROL) | start / stop / enable / disable a backup job |
action_generate_report (TB_ALLOW_REPORTS) | mailbox/onedrive/sharepoint/teams/user protection, license, storage reports β file |
action_org_sync (TB_ALLOW_ORG_SYNC) | trigger a directory resync for an org |
action_proxy (TB_ALLOW_PROXY) | rescan / maintenance-mode a proxy |
restore_session_start β restore_browse / restore_search β restore_define β restore_execute β restore_status β restore_session_stop (TB_ALLOW_RESTORE) | Full restore orchestration across Exchange / OneDrive / SharePoint / Teams: open a point-in-time session, browse/search restorable items, then define (pick items + target + options) and execute a restore. |
export (safest β reads backup to a local file; no M365 creds),
alternate (writes to a different M365 location), or original (writes back
to the original location β destructive; also pass confirm_overwrite_original=True).mailbox/folder and the M365 target
credentials VB365 uses to write back (userName/userPassword/applicationId),
or set VB365_RESTORE_* in .env.exportToPst returns a server-side error.Install Python 3.10+ where Claude Code runs.
From this folder:
Copy .env.example to .env and fill in VB365_HOST, VB365_USERNAME,
VB365_PASSWORD (keep VB365_PORT=4443, VB365_API_VERSION=v8 unless yours
differ). Optionally add GRAPH_*, B2_*/S3_*, and the TB_* flags.
The REST API account needs to be a VB365 administrator (or restore operator) β VB365 has no read-only API role. The read-only review tools are GET-only regardless.
New-VB365ReviewAccount.ps1creates a dedicated service account on the VB365 server. Keep.envout of source control.
On Linux/macOS use forward slashes and
<repo>/.venv/bin/python.
It is also published to the MCP Registry
as io.github.Ringosystems/tractorbeeam-mcp (an OCI image on GHCR), so MCP
clients that support the registry can install it directly. To run the published
image as a stdio server:
Then ask: "Run a VB365 health summary and tell me if anything is misconfigured."
The action/restore tools stay hidden until you opt in. In .env:
The action/restore tools are not registered over an HTTP transport unless you also set
TB_ALLOW_WRITE_OVER_HTTP=true, because that transport has no per-caller identity. Run the operator tier over stdio, or only behind your own authenticating reverse proxy.
Safety model: tools are only registered when enabled, every mutation needs a second call with a one-time confirm token, restores default to a safe target (original-location overwrite needs an explicit acknowledgement), and every action is written to an append-only audit log. Recommended: run a separate "operator" instance with the flags on, and the default instance read-only.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tractorbeeam-mcp)<a href="https://allmcps.com/mcp/tractorbeeam-mcp"><img src="https://allmcps.com/api/badge/tractorbeeam-mcp?style=directory" alt="Tractorbeeam MCP on AllMCPs" /></a>