mcp-server-cloud-fs

nogoo9/mcp-server-cloud-fs
★ 0 stars TypeScript 📁 File System Updated 1d ago
mcp server that mirrors claude filesystem tools but implemented for cloud fs like s3, azure, gcp, rustfs, minio, etc
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-cloud-fs": {
      "command": "npx",
      "args": [
        "-y",
        "nogoo9/mcp-server-cloud-fs"
      ]
    }
  }
}

README Excerpt

Drop-in cloud replacement for `mcp-server-filesystem` — all 14 MCP tools, same schema, backed by S3, Azure Blob, or GCS. `@nogoo9/mcp-server-cloud-fs` exposes all 14 tools defined by [`mcp-server-filesystem`](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) — same tool names, same parameter schemas — over cloud object storage. Drop it into any MCP client config that currently points at `mcp-server-filesystem` and your AI assistant gains read/write access to S3, Azure Blo