Agent♥︎Age
Catalog

com.pulsemcp/remote-filesystem

Official

by pulsemcp · TypeScript

MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).

This MCP server enables remote filesystem operations on cloud storage. It currently supports Google Cloud Storage (GCS) and is described as planning additional providers such as S3 and Cloudflare R2. Core operations include uploading, downloading, listing, modifying, and deleting files, with support for access control and scoped access.

🛠️ Key Features

  • Upload files with public/private access control
  • Download files as text or base64 for binary files
  • List files and directories with prefix filtering
  • Modify file properties (public/private, content type, metadata)
  • Delete files from remote storage
  • Root path constraint to restrict access within a bucket
  • Toolset groups for permission-based access

🚀 Use Cases

  • Managing files in GCS through an MCP tool interface
  • Handling both text and binary content via text/base64 download modes
  • Controlling and updating remote file permissions and metadata

⚡ Developer Benefits

  • Bucket-scoped access via a root path constraint
  • Prefix-based listing for targeted directory/file retrieval

⚠️ Limitations

  • Currently supports Google Cloud Storage (GCS); other providers are planned (e.g., S3, Cloudflare R2).

Related servers

More in Cloud & DevOps