Skip to content
Windsurf

remote filesystem for Windsurf

com.pulsemcp/remote-filesystem

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

client:Windsurf transport:stdio runtime:npm

Install remote filesystem in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

remote filesystem in other clients