echocache for Zed
io.github.kskurtveit/echocache
MCP server caching expensive LLM responses: HTTP-style freshness plus semantic recall.
client:Zed
transport:stdio
runtime:npm
Install echocache in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs