Skip to content

Cloud FS MCP ServerCloud-native file system for AI

Drop-in replacement for mcp-server-filesystem — 20+ tools for S3, Azure Blob, and GCS with OAuth 2.1, multi-transport, and a FUSE-inspired VFS.

Cloud FS Provider Ecosystem

Quick Demo

No cloud credentials needed — try it instantly with the in-memory provider:

bash
npx @nogoo9/mcp-server-cloud-fs memory mem://demo --enable-shell --seed-demo

Or connect to your cloud storage:

bash
# AWS S3
npx @nogoo9/mcp-server-cloud-fs s3 s3://my-bucket

# Azure Blob Storage
npx @nogoo9/mcp-server-cloud-fs azure az://my-container

# Google Cloud Storage
npx @nogoo9/mcp-server-cloud-fs gcs gs://my-bucket

Released under the PolyForm Shield 1.0.0 License.