mcp-storage

zavora-ai/mcp-storage
★ 1 stars Rust File System Updated today
Universal cloud storage MCP server — manage files across AWS S3, Google Cloud Storage, Cloudflare R2, MinIO, and any S3-compatible provider through a single interface tailored for ADK-Rust Enterprise
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-storage": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-storage"
      ]
    }
  }
}

README Excerpt

Universal cloud storage MCP server — manage files across AWS S3, Google Cloud Storage, Cloudflare R2, MinIO, and any S3-compatible provider through a single interface. **12 tools** for listing, uploading, downloading, copying, moving, and searching objects. ```bash cargo install mcp-storage ``` No extra config needed if you have `~/.aws/credentials` set up:

Tools (16)

STORAGE_ACCESS_KEYSTORAGE_ENDPOINTSTORAGE_REGIONSTORAGE_SECRET_KEYcopy_objectcreate_bucketdelete_objectdownload_objectgenerate_presigned_urlget_object_infoget_storage_usagelist_bucketslist_objectsmove_objectsearch_objectsupload_object

Topics

adk-rustadk-rust-enterprisestorage-mcp