io.github.nogoo9

mcp-server-cloud-fs

Drop-in cloud replacement for mcp-server-filesystem — all 14 MCP tools over S3, Azure Blob, and GCS

stdiocommunityapplication

Package Details

Transportstdio
Runtimebunx

Runtime Arguments

Positional
s3|azure|gcsRequired
Cloud storage provider
s3://bucket[/prefix]Required
One or more cloud root URIs (e.g. s3://my-bucket, az://my-container, gs://my-bucket)
Named
--region
AWS region (S3 only, optional)
--endpoint
Custom endpoint URL for S3-compatible storage (MinIO, RustFS, etc.)
--cache-store
Cache store backend (default: memory)
--cache-ttl
Cache TTL in seconds (default: 60)
--cache-dir
Directory for filesystem cache store (required when --cache-store fs)

Environment Variables

AZURE_STORAGE_CONNECTION_STRING
Secret

Azure Blob Storage connection string (required when using the azure provider)

GOOGLE_CLOUD_PROJECT

Google Cloud project ID (optional when using the gcs provider)

AWS_ACCESS_KEY_ID
Secret

AWS Access Key ID (optional for S3 — falls back to ~/.aws/credentials or IAM role)

AWS_SECRET_ACCESS_KEY
Secret

AWS Secret Access Key (optional for S3 — falls back to ~/.aws/credentials or IAM role)

REDIS_URL

Redis connection URL (required when --cache-store redis, defaults to redis://localhost:6379)