TractorBeeam365 MCP

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.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-01 · ★ 2 · #805 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install TractorBeeam365 MCP

before you install - you'll need

Set TB_ENABLE_ACTIONS, TB_ALLOW_JOB_CONTROL, TB_ALLOW_RESTORE, TB_AUDIT_LOG, VB365_HOST, VB365_USERNAME, VB365_PASSWORD before connecting.

Docker

docker run -i --rm ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0

Claude Desktop - add to config

{
  "mcpServers": {
    "ringosystems-tractorbeeam-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.Ringosystems is GitHub-verified and matches the repo owner

03 · What TractorBeeam365 MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- .gitignore excludes .env, the venv, and the operator-tier audit/, downloads/, .pst artifacts. Never commit credentials or restored data. - VB365 ships a self-signed cert, so VB365_VERIFY_SSL defaults to false. That leaves the link to VB365 open to an active man-in-the-middle, so prefer setting VB365_CA_BUNDLE to the server's certificate (verification on against it), or VB365_VERIFY_SSL=true with a trusted cert. The

Latest releases

v2.2.0 · 2026-07-01

Added · Multi-arch images. The release workflow now builds and pushes · linux/amd64 and linux/arm64 to GHCR and Docker Hub (QEMU emulation for · arm64, with a shared buildx layer cache so the emulated build is paid…

v2.1.3 · 2026-06-24

Switches the container base to python:3.12-alpine to eliminate ~149 no-fix Debian OS CVEs (2 critical, 9 high), and upgrades pip to clear its advisories. Adds a CI build + import smoke test. No application behavior…

v2.1.2 · 2026-06-24

Enriches the published metadata: MCP Registry entry gains a title and website URL, the container image carries standard OCI labels, and the README is synced to the Docker Hub repository overview. No functional code…

04 · Who maintains TractorBeeam365 MCP

TractorBeeam365 MCP is maintained by ringosystems. We track 2 MCP servers from ringosystems - 2 actively maintained, 2 combined GitHub stars, oldest repo from Jun 2026.

05 · Facts

category
other - ranked #805 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-01)
registry
io.github.Ringosystems/tractorbeeam-mcp (active, first published 2026-06-23 · 4 versions)
packages
oci:ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0

06 · TractorBeeam365 MCP FAQ

What is TractorBeeam365 MCP?

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.

Is TractorBeeam365 MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-01 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install TractorBeeam365 MCP?

Run `docker run -i --rm ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0`. The README documents 7 environment variables (TB_ENABLE_ACTIONS, TB_ALLOW_JOB_CONTROL, TB_ALLOW_RESTORE…) to set first. Set TB_ENABLE_ACTIONS, TB_ALLOW_JOB_CONTROL, TB_ALLOW_RESTORE, TB_AUDIT_LOG, VB365_HOST, VB365_USERNAME, VB365_PASSWORD before connecting. You can also paste the ready-made client config above.

07 · Alternatives to TractorBeeam365 MCP

More MCP servers to compare · Cosmergon · Qseow MCP · Agent Deals · Ros MCP Server · Agent MCP Gateway

More Python MCP servers · Projectmem · IDA Pro MCP Fusion · Sports Card Agent · Sugar · see all