← All servers

echocache

io.github.kskurtveit/echocache v0.1.0
Official Registry git ai-llm

Cache expensive LLM results: HTTP-style freshness plus semantic recall of related answers.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add echocache -- npx -y echocache
Add to claude_desktop_config.json
{
  "mcpServers": {
    "echocache": {
      "command": "npx",
      "args": [
        "-y",
        "echocache"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "echocache": {
      "command": "npx",
      "args": [
        "-y",
        "echocache"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "echocache": {
      "command": "npx",
      "args": [
        "-y",
        "echocache"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "echocache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "echocache"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "echocache": {
      "command": "npx",
      "args": [
        "-y",
        "echocache"
      ]
    }
  }
}

Packages

npm echocache@0.1.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.kskurtveit--echocache/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent