Skip to content
Gemini CLI

Proton Drive CLI MCP for Gemini CLI

io.github.borealstack/proton-drive-cli-mcp

Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.

client:Gemini CLI transport:stdio runtime:npm

Install Proton Drive CLI MCP in Gemini CLI

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

{
  "mcpServers": {
    "proton-drive-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@borealstack/proton-drive-cli-mcp"
      ]
    }
  }
}

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

Proton Drive CLI MCP in other clients