Home › Knowledge & Memory › echocache

echocache

MCP server caching expensive LLM responses: HTTP-style freshness plus semantic recall.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-10 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y echocache@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "echocache": {
      "command": "npx",
      "args": [
        "-y",
        "echocache@0.1.3"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry