Skip to content
Cline

remote filesystem for Cline

com.pulsemcp/remote-filesystem

MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).

client:Cline transport:stdio runtime:npm

Install remote filesystem in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "remote-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "remote-filesystem-mcp-server"
      ],
      "env": {
        "GCS_BUCKET": "<GCS_BUCKET>",
        "GCS_PROJECT_ID": "<GCS_PROJECT_ID>",
        "GCS_CLIENT_EMAIL": "<GCS_CLIENT_EMAIL>",
        "GCS_PRIVATE_KEY": "<GCS_PRIVATE_KEY>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
        "GCS_ROOT_PATH": "<GCS_ROOT_PATH>",
        "GCS_MAKE_PUBLIC": "<GCS_MAKE_PUBLIC>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

remote filesystem in other clients