echocache for Claude Desktop
io.github.kskurtveit/echocache
MCP server caching expensive LLM responses: HTTP-style freshness plus semantic recall.
client:Claude Desktop
transport:stdio
runtime:npm
Install echocache in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs