gogcli mcp drive for Gemini CLI
io.github.chrischall/gogcli-mcp-drive
Google Drive via gogcli for Claude — search, upload, download, permissions
client:Gemini CLI
transport:stdio
runtime:npm
Install gogcli mcp drive in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gogcli-mcp-drive": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-drive"
],
"env": {
"GOG_ACCOUNT": "<GOG_ACCOUNT>",
"GOG_PATH": "<GOG_PATH>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs