mcpbeat Sign in

MCP Server Cloud Fs

local only

MCP Server Cloud Fs runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 18 May 2026.

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

Installs per day peak 21 · avg 7 · +53% w/w
a month agotoday
43
Installs / week
npm · @nogoo9/mcp-server-cloud-fs
2
Stars
1 open issues
18 May 2026
Last commit
0 releases in 90 days
PolyForm-Shield-1.0.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Server Cloud Fs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-cloud-fs -- npx -y @nogoo9/mcp-server-cloud-fs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-cloud-fs": {
      "args": [
        "-y",
        "@nogoo9/mcp-server-cloud-fs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-cloud-fs]
command = "npx"
args = ["-y", "@nogoo9/mcp-server-cloud-fs"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-cloud-fs": {
      "args": [
        "-y",
        "@nogoo9/mcp-server-cloud-fs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-cloud-fs": {
      "args": [
        "-y",
        "@nogoo9/mcp-server-cloud-fs"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AZURE_STORAGE_CONNECTION_STRING (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 (AWS Access Key ID (optional for S3 — falls back to ~/.aws/credentials or IAM role)), AWS_SECRET_ACCESS_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Cloud Fs

same job, measured the same way
Bussin MCP
by sgebb

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

627 installs/wk local only
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

78 installs/wk local only
Deploy
by nometria

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

45 installs/wk local only
Azure MCP Server
by microsoft

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

145 637 installs/wk local only
Azure Updates
by jonnybottles

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

97 installs/wk local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
S3
by pulsemcp

MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.

54 installs/wk local only
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering

MCP Server Cloud Fs — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Cloud Fs?
MCP Server Cloud Fs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nogoo9/mcp-server-cloud-fs was installed 43 times last week.
How do I connect MCP Server Cloud Fs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nogoo9/mcp-server-cloud-fs straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Cloud Fs?
The npm package @nogoo9/mcp-server-cloud-fs was installed 43 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Cloud Fs open source?
No, and the distinction matters: its licence is declared as PolyForm-Shield-1.0.0. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.