@nogoo9/mcp-server-cloud-fs
Rank #9208glama/nogoo9/mcp-server-cloud-fs
Drop-in cloud storage replacement for the standard filesystem MCP server, supporting Amazon S3, Azure Blob Storage, Google Cloud Storage, and S3-compatible backends.
@nogoo9/mcp-server-cloud-fs is a Model Context Protocol (MCP) server published by nogoo9. It ranks #9208 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. @nogoo9/mcp-server-cloud-fs is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 49,692 of 58,900 servers on MCP Toplist.
Use @nogoo9/mcp-server-cloud-fs
Add @nogoo9/mcp-server-cloud-fs to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-server-cloud-fs": {
"command": "npx",
"args": [
"-y",
"@nogoo9/mcp-server-cloud-fs"
],
"env": {
"AZURE_STORAGE_CONNECTION_STRING": "<your AZURE_STORAGE_CONNECTION_STRING>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
nogoo9
Other servers by nogoo9
View all nogoo9 servers →Available versions (5)
| Version | Published |
|---|---|
| 0.6.0 | May 15, 2026 |
| 0.5.0 | May 13, 2026 |
| 0.3.0 | May 11, 2026 |
| 0.2.0 | May 11, 2026 |
| 0.1.0 | Apr 27, 2026 |
Frequently asked questions
- What is @nogoo9/mcp-server-cloud-fs?
- Drop-in cloud storage replacement for the standard filesystem MCP server, supporting Amazon S3, Azure Blob Storage, Google Cloud Storage, and S3-compatible backends.
- Who maintains @nogoo9/mcp-server-cloud-fs?
- @nogoo9/mcp-server-cloud-fs is maintained by nogoo9, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is @nogoo9/mcp-server-cloud-fs an official MCP server?
- Yes — @nogoo9/mcp-server-cloud-fs is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does @nogoo9/mcp-server-cloud-fs have?
- MCP Toplist tracks 5 versions of @nogoo9/mcp-server-cloud-fs, most recently published on May 15, 2026.
- Where can I find the source code for @nogoo9/mcp-server-cloud-fs?
- The source code for @nogoo9/mcp-server-cloud-fs is hosted at github.com/nogoo9/mcp-server-cloud-fs.