Context Engine for Zed
io.github.melonelish/context-engine
Compress logs, retrieval chunks, and code context into structured LLM-ready signal.
client:Zed
transport:stdio
runtime:pypi
Install Context Engine in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"context-engine": {
"command": "uvx",
"args": [
"melonelish-context-engine"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs