Strunk for Gemini CLI
io.strunk/google-docs-comments
Publish drafts to Google Docs for review, then revise and resolve reviewer comments in your AI tool
client:Gemini CLI
transport:streamable-http
Install Strunk in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-docs-comments": {
"httpUrl": "https://strunk.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs