konid for Gemini CLI
io.github.robertnowell/konid
Three translation options per phrase, casual to formal, with register context and audio.
client:Gemini CLI
transport:stdio
runtime:npm
Install konid in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"konid": {
"command": "npx",
"args": [
"-y",
"konid-ai"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs