TractorBeeam365 MCP for Cursor
io.github.ringosystems/tractorbeeam-mcp
MCP server for Veeam Backup for Microsoft 365: read-only review + gated, audited restore tier.
client:Cursor
transport:stdio
runtime:oci
Install TractorBeeam365 MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tractorbeeam-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0"
],
"env": {
"VB365_HOST": "<VB365_HOST>",
"VB365_USERNAME": "<VB365_USERNAME>",
"VB365_PASSWORD": "<VB365_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs