io.github.nogoo9

mcp-server-cloud-fs

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

stdiocommunityservice

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)
--enable-delete
Enable the delete_file tool (disabled by default for safety)
--grep-max-objects
Maximum number of objects grep_files will scan per call (default: 1000)
--enable-shell
Enable the shell tool for POSIX-like commands on cloud storage (disabled by default)

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)