Odel
mcp server cloud fs

mcp server cloud fs

Local
@nogoo92TypeScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nogoo9/mcp-server-cloud-fsv0.7.0

Run

npx -y @nogoo9/mcp-server-cloud-fs

MCP client config

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