Distil for Gemini CLI
io.github.dshakes/distil
Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Distil in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"distil": {
"command": "uvx",
"args": [
"distil-llm"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs