Skip to content
Zed

google drive for Zed

com.mcparmory/google-drive

Manage files, folders, permissions, and collaborative content in Google Drive

client:Zed transport:stdio runtime:pypi

Install google drive in Zed

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

{
  "context_servers": {
    "google-drive": {
      "command": "uvx",
      "args": [
        "mcparmory-google-drive"
      ]
    }
  }
}

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

google drive in other clients