Manage Backblaze B2 cloud storage buckets and files.
## Backblaze B2 MCP Server: Affordable Cloud Storage The **Backblaze B2 MCP Server** integrates Backblaze B2 cloud storage into Google Antigravity. Manage buckets, upload files, and access affordable S3-compatible object storage. ### Why Backblaze MCP? Backblaze offers storage at 1/4 the cost of S3. The MCP provides: - **Object Storage**: S3-compatible API - **Buckets**: Container management - **CDN Integration**: Cloudflare partnership - **Lifecycle Rules**: Automatic management ### Key Features #### 1. Storage Operations B2 cloud storage: - Bucket management - File upload/download - Large file handling - Version management #### 2. Integration Ecosystem connections: - S3-compatible API - Cloudflare CDN - Backup integrations - Lifecycle policies ### Configuration ```json { "mcpServers": { "backblaze": { "command": "npx", "args": ["-y", "@backblaze/b2-mcp"], "env": { "B2_APPLICATION_KEY_ID": "your-key-id", "B2_APPLICATION_KEY": "your-key" } } } } ``` The Backblaze MCP enables affordable cloud storage management.
{
"mcpServers": {
"backblaze": {}
}
}