Skip to content
Gemini CLI

Colab Drive MCP for Gemini CLI

io.github.yummytastycode/colab-drive-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install Colab Drive MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Colab Drive MCP in other clients