Skip to content
Zed

Colab Drive MCP for Zed

io.github.yummytastycode/colab-drive-mcp

Synchronize Colab notebook files through Google Drive without executing notebook code.

client:Zed transport:stdio runtime:pypi

Install Colab Drive MCP 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": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}

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

Colab Drive MCP in other clients