zerobyte-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zerobyte-mcplist my backup repositories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zerobyte MCP Server
MCP (Model Context Protocol) server for Zerobyte backup automation tool.
Features
List and manage backup repositories
View and restore snapshots
Trigger and manage backup schedules
Monitor system health
Manage backup source volumes
Related MCP server: Veeam AIops
Installation
npm install zerobyte-mcp
# or
bun add zerobyte-mcpConfiguration
Set environment variables:
export ZEROBYTE_URL=http://localhost:4096
export ZEROBYTE_TOKEN=your-api-tokenUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"zerobyte": {
"command": "node",
"args": ["/path/to/zerobyte-mcp/dist/index.js"],
"env": {
"ZEROBYTE_URL": "http://your-zerobyte:4096",
"ZEROBYTE_TOKEN": "your-token"
}
}
}
}Usage with Cursor / VS Code
Add to your MCP configuration:
{
"mcp": {
"servers": {
"zerobyte": {
"command": "node",
"args": ["./dist/index.js"],
"env": {
"ZEROBYTE_URL": "http://localhost:4096",
"ZEROBYTE_TOKEN": "xxx"
}
}
}
}
}Available Tools
Tool | Description |
| List all backup repositories |
| Get repository details + stats |
| List snapshots in repository |
| Get snapshot details |
| Restore from snapshot |
| Delete a snapshot |
| List all backup jobs |
| Manually start backup |
| Delete a backup schedule |
| List backup sources |
| Get volume details |
| Delete a volume |
| System health & status |
| Check API connectivity |
Development
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for production
bun run buildLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Provides tools to manage Memorystore for Valkey instances and backups.
- TimequipOAuthcom.timequip
Manage Timequip projects, tasks, comments, members, and dashboards through MCP.
Related MCP Servers
- AlicenseBqualityAmaintenanceInspect and manage IONOS CLOUD infrastructure via MCP1186Apache 2.0
- AlicenseAqualityAmaintenanceAI-powered Veeam Backup & Replication operations MCP server with tools for managing jobs, restores, sessions, and repositories, featuring built-in governance, audit logging, and safety controls.27MIT
- AlicenseNot gradedqualityBmaintenanceExposes Zerobyte backup platform's REST API as MCP tools, enabling read-only queries on repositories, backups, snapshots, volumes, and system info.MIT
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools to interact with the Backup Radar v2 Backups API, enabling queries on backups, scheduled backups, inactive backups, and backup results.-