
Mcp Server Cloud Fs
- 2 repo stars
- Updated May 18, 2026
- nogoo9/mcp-server-cloud-fs
Gives an AI agent a filesystem-style interface over S3, Azure Blob, and GCS so it can list, read, grep, and manage cloud objects instead of local files.
About
Mcp Server Cloud Fs is a drop-in cloud replacement for the standard filesystem MCP, exposing about 20 tools that let an AI agent list, read, grep, and manage objects across Amazon S3, Azure Blob Storage, and Google Cloud Storage (plus S3-compatible endpoints like MinIO). A solo builder reaches for it when they want Claude or another agent to work directly against their cloud buckets, with safety gates keeping delete and shell tools off by default and a configurable cache to keep calls fast.
- 20 filesystem-style tools over S3, Azure Blob, and GCS
- Supports S3-compatible endpoints like MinIO and RustFS
- grep across cloud objects with configurable scan cap
- delete and shell tools disabled by default for safety
- Pluggable cache store: memory, fs, or redis
Mcp Server Cloud Fs by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env AZURE_STORAGE_CONNECTION_STRING=YOUR_AZURE_STORAGE_CONNECTION_STRING --env GOOGLE_CLOUD_PROJECT=YOUR_GOOGLE_CLOUD_PROJECT --env AWS_ACCESS_KEY_ID=YOUR_AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY=YOUR_AWS_SECRET_ACCESS_KEY --env REDIS_URL=YOUR_REDIS_URL mcp-server-cloud-fs -- npx -y @nogoo9/mcp-server-cloud-fsAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Package | @nogoo9/mcp-server-cloud-fs |
| Transport | STDIO |
| Auth | Required |
| Last updated | May 18, 2026 |
| Repository | nogoo9/mcp-server-cloud-fs ↗ |
What it does
Gives an AI agent a filesystem-style interface over S3, Azure Blob, and GCS so it can list, read, grep, and manage cloud objects instead of local files.
Who is it for?
agents that need to browse and manage S3/Azure/GCS objects like a filesystem
Skip if: editing local project files
What you get
- agent access to cloud object storage