densely for Zed
io.github.alibaizhanov/densely
Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads
client:Zed
transport:stdio
runtime:pypi
Install densely in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs