Loading MCP server directory, please wait...
MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).
npx @getmcp/cli add com.pulsemcp/remote-filesystemRequires Node.js 18+. Community-contributed server. Review source before installing.
GCS_BUCKETGoogle Cloud Storage bucket name.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/remote-filesystem": {
"command": "npx",
"args": [
"-y",
"-y",
"remote-filesystem-mcp-server"
],
"env": {
"GCS_BUCKET": "",
"GCS_PROJECT_ID": "",
"GCS_CLIENT_EMAIL": "",
"GCS_PRIVATE_KEY": "",
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GCS_ROOT_PATH": "",
"GCS_MAKE_PUBLIC": "false",
"ENABLED_TOOLGROUPS": ""
}
}
}
}