Skip to content
Zed

rclone for Zed

io.github.rclone-ui/rclone

MCP server for the Rclone RC API, with selectable toolsets.

client:Zed transport:stdio runtime:npm

Install rclone 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": {
    "rclone": {
      "command": "npx",
      "args": [
        "-y",
        "rclone-mcp"
      ],
      "env": {
        "RCLONE_URL": "<RCLONE_URL>",
        "RCLONE_USER": "<RCLONE_USER>",
        "RCLONE_PASS": "<RCLONE_PASS>",
        "RCLONE_TOOLSETS": "<RCLONE_TOOLSETS>",
        "RCLONE_READ_ONLY": "<RCLONE_READ_ONLY>"
      }
    }
  }
}

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

rclone in other clients