Manage Wasabi hot cloud storage with S3-compatible API.
## Wasabi MCP Server: Hot Cloud Storage The **Wasabi MCP Server** integrates Wasabi hot cloud storage into Google Antigravity. Manage S3-compatible buckets with no egress fees and predictable pricing. ### Why Wasabi MCP? Wasabi offers hot storage with no egress fees. The MCP provides: - **S3-Compatible**: Full S3 API support - **No Egress Fees**: Free data transfer out - **Immutable Storage**: Compliance features - **Multi-Region**: Global data centers ### Key Features #### 1. Storage Management S3-compatible operations: - Bucket creation - Object operations - Versioning - Lifecycle policies #### 2. Compliance Data protection: - Object Lock - Immutable storage - Audit logging - Retention policies ### Configuration ```json { "mcpServers": { "wasabi": { "command": "npx", "args": ["-y", "@wasabi/mcp-server"], "env": { "WASABI_ACCESS_KEY": "your-key", "WASABI_SECRET_KEY": "your-secret" } } } } ``` The Wasabi MCP enables cost-effective hot cloud storage.
{
"mcpServers": {
"wasabi": {}
}
}