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 all 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
An MCP server that exposes the Zerobyte backup platform's REST API as tools for AI assistants. Built with FastMCP and served over streamable HTTP.
Available Tools
Resources
Tool | Description |
| List all repositories, volumes, or backups configured in Zerobyte |
| Get detailed information for a specific resource |
Repositories
Tool | Description |
| Get storage statistics for a repository |
| Trigger a refresh of repository storage statistics |
| List snapshots in a repository, optionally filtered by backup |
| Start a repository check/repair operation |
Backups
Tool | Description |
| Get the progress of a backup job |
| Get mirror destinations and compatibility for a backup |
| Get notification channels assigned to a backup |
Snapshots
Tool | Description |
| Browse files and directories within a snapshot |
Volumes
Tool | Description |
| Browse files and directories on a volume |
| Run a health check on a volume |
System
Tool | Description |
| Get Zerobyte system runtime and capabilities |
| List all configured notification channels |
| Browse the filesystem of the Zerobyte host |
Health
A GET /health endpoint returns {"status": "ok"} when the upstream Zerobyte API is reachable, or {"status": "unhealthy"} (HTTP 503) when it is not.
Related MCP server: zerobyte-mcp
Scope
Only non-destructive operations are implemented — read-only queries, statistics refresh triggers, health checks, and repository doctor checks. No write, delete, modify, or configuration-change operations are exposed. Sensitive config keys are stripped from all API responses.
Configuration
Environment variables loaded by the server:
Variable | Required | Description |
| Yes | Base URL of the Zerobyte installation |
| Yes | Zerobyte API key |
Running
Direct from source
export ZEROBYTE_URL=http://<your-local-ip>:<port>
export ZEROBYTE_API_TOKEN=<your-api-token>
uv sync
uv run python src/zerobyte_mcp/server.pyThe server starts on 0.0.0.0:8000 with the streamable HTTP transport.
Docker Compose
services:
zerobyte-mcp:
image: ghcr.io/pgoellnitz/zerobyte-mcp:latest
ports:
- 8000:8000
restart: unless-stopped
environment:
- ZEROBYTE_URL=http://<your-local-ip>:<port>
- ZEROBYTE_API_TOKEN=<your-api-token>
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10sMCP Client Setup
Add to your LibreChat librechat.yaml:
mcpServers:
zerobyte:
type: streamable-http
url: http://localhost:8000/mcpDisclaimer: This project is provided as-is for educational purposes only. It should not be used on productive Zerobyte instances. No warranty or support is provided.
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
- AlicenseAqualityCmaintenanceMCP server for Proxmox Backup Server. Exposes datastore status, snapshot inventory, garbage collection, verify, and prune over the PBS REST API as 13 LLM-callable tools.17GPL 3.0
- Flicense-qualityCmaintenanceEnables managing Zerobyte backups via MCP, including listing repositories, snapshots, schedules, and restoring backups.
- AlicenseBqualityBmaintenanceExposes N-able N-central REST API as MCP tools for managing devices, organizations, users, and more, with support for read-only, write, and full write modes.825MIT
- Flicense-qualityCmaintenanceProvides MCP tools to interact with the Backup Radar v2 Backups API, enabling queries on backups, scheduled backups, inactive backups, and backup results.
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
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/pgoellnitz/zerobyte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server