echocache for VS Code
io.github.kskurtveit/echocache
MCP server caching expensive LLM responses: HTTP-style freshness plus semantic recall.
client:VS Code
transport:stdio
runtime:npm
Install echocache in VS Code
.vscode/mcp.json
{
"servers": {
"echocache": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs