densely for Gemini CLI
io.github.alibaizhanov/densely
Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads
client:Gemini CLI
transport:stdio
runtime:pypi
Install densely in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs