Safe Docx for Gemini CLI
io.github.usejunior/safe-docx
AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation
client:Gemini CLI
transport:stdio
runtime:npm
Install Safe Docx in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"safe-docx": {
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs