★ 0 stars
Unknown language
📁 File System
Updated 2d 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",
"eterna2/mcp-server-cloud-fs"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-cloud-fs npx -y eterna2/mcp-server-cloud-fs
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-cloud-fs": {
"command": "npx",
"args": [
"-y",
"eterna2/mcp-server-cloud-fs"
]
}
}
}