# io.github.nogoo9/mcp-server-cloud-fs (npm · @nogoo9/mcp-server-cloud-fs)

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

- Trust score: 44/100 (low)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- npm · `@nogoo9/mcp-server-cloud-fs`: 44/100 (this document), [markdown](https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs.md), [page](https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs)

## Channel facts

- Registry: `npm`
- Package: `@nogoo9/mcp-server-cloud-fs`
- Version: `0.7.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Supply Chain Security**: 90/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via @google-cloud/storage > gaxios > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - 58 of 223 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 87/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to nogoo9/mcp-server-cloud-fs).
  - License check failed: the license (PolyForm-Shield-1.0.0) isn't a recognized OSI-approved license.
  - Actively maintained (last published 81 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this package installed, but its server did not start, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: this package installed, but its server did not start, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this package installed, but its server did not start, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: this package installed, but its server did not start, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add nogoo9-mcp-server-cloud-fs -- npx -y @nogoo9/mcp-server-cloud-fs
```

### Codex

```bash
codex mcp add nogoo9-mcp-server-cloud-fs -- npx -y @nogoo9/mcp-server-cloud-fs
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nogoo9-mcp-server-cloud-fs": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nogoo9/mcp-server-cloud-fs"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nogoo9-mcp-server-cloud-fs --command npx --arg -y --arg @nogoo9/mcp-server-cloud-fs
```

### Hermes

```yaml
mcp_servers:
  nogoo9-mcp-server-cloud-fs:
    command: "npx"
    args: ["-y", "@nogoo9/mcp-server-cloud-fs"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 44, +3)

- [functional improvement] Security disclosure: fail → pass
- [functional] Dependency health: partial → 0.89

### 2026-08-02 (score 41, +21)

- [security regression] Known CVEs: unverified → fail
- [security improvement] CVE-2026-14257 no longer affects this package
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] The attested source repository moved: nogoo9/mcp-server-cloud-fs
- [functional regression] License: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Licence: PolyForm-Shield-1.0.0

### 2026-08-01 (score 20, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 5, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 6, −47)

- [security regression] Provenance: pass → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] CVE-2026-14257 no longer affects this package
- [security improvement] CVE-2026-41907 no longer affects this package
- [security] The attested source repository moved: nogoo9/mcp-server-cloud-fs
- [functional regression] Security disclosure: unverified → fail
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: fail → unverified
- [functional regression] Dependency health: partial → unverified
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Licence: PolyForm-Shield-1.0.0

### 2026-07-29 (score 53, +29)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] CVE-2026-14257 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: nogoo9/mcp-server-cloud-fs
- [functional regression] License: unverified → fail
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: PolyForm-Shield-1.0.0

### 2026-07-28 (score 24, −1)

- [functional regression] Dependency health: partial → unverified

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (0)

Tools for package channels are captured by running the package in an isolated sandbox. The most recent sandbox run could not capture a tool list from this package.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs#diagnostics

## Score history

- 2026-08-08: 44
- 2026-08-07: 44
- 2026-08-06: 41
- 2026-08-05: 41
- 2026-08-04: 41
- 2026-08-03: 41
- 2026-08-02: 41
- 2026-08-01: 20
- 2026-07-31: 5
- 2026-07-30: 6
- 2026-07-29: 53
- 2026-07-28: 24
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/@nogoo9/mcp-server-cloud-fs
- Socket report: https://socket.dev/npm/package/@nogoo9/mcp-server-cloud-fs
- Repository: https://github.com/nogoo9/mcp-server-cloud-fs
- Changelog RSS feed: https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs.xml
- Changelog JSON feed: https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs.json
- HTML version of this page: https://verifymcp.io/servers/nogoo9-mcp-server-cloud-fs/nogoo9-mcp-server-cloud-fs
