Are you the author? Sign in to claim
MCP server for Zerobyte backup automation tool
MCP (Model Context Protocol) server for Zerobyte backup automation tool.
npm install zerobyte-mcp
# or
bun add zerobyte-mcp
Set environment variables:
export ZEROBYTE_URL=http://localhost:4096
export ZEROBYTE_TOKEN=your-api-token
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"
}
}
}
}
Add to your MCP configuration:
{
"mcp": {
"servers": {
"zerobyte": {
"command": "node",
"args": ["./dist/index.js"],
"env": {
"ZEROBYTE_URL": "http://localhost:4096",
"ZEROBYTE_TOKEN": "xxx"
}
}
}
}
}
| Tool | Description |
|---|---|
list_repositories | List all backup repositories |
get_repository | Get repository details + stats |
list_snapshots | List snapshots in repository |
get_snapshot | Get snapshot details |
restore_snapshot | Restore from snapshot |
delete_snapshot | Delete a snapshot |
list_backup_schedules | List all backup jobs |
trigger_backup | Manually start backup |
delete_backup_schedule | Delete a backup schedule |
list_volumes | List backup sources |
get_volume | Get volume details |
delete_volume | Delete a volume |
get_system_info | System health & status |
check_health | Check API connectivity |
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for production
bun run build
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows