gogcli mcp docs for Gemini CLI
io.github.chrischall/gogcli-mcp-docs
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
client:Gemini CLI
transport:stdio
runtime:npm
Install gogcli mcp docs in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gogcli-mcp-docs": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-docs"
],
"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