zerobyte-mcp
Click on "Install 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: AWS Security MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables AI assistants to manage restic backups, including listing snapshots, browsing files, and creating new backups. It provides tools for repository maintenance, data restoration, and applying retention policies through the Model Context Protocol.Last updated1
- Alicense-qualityDmaintenanceEnables management and analysis of AWS security groups, S3 buckets, and VPC connections via MCP.Last updated7MIT
- AlicenseBqualityBmaintenanceInspect and manage IONOS CLOUD infrastructure via MCPLast updated1006Apache 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.Last updated25MIT
Related MCP Connectors
Benchmark-first release surface with a read-only MCP endpoint and operator CLI.
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rhonstin/zerobyte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server