Skip to content

remote filesystem for Zed

com.pulsemcp/remote-filesystem

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

client:Zed transport:stdio runtime:npm

Install remote filesystem in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

remote filesystem in other clients