Echocache
Rank #10,274io.github.kskurtveit/echocache
MCP server caching expensive LLM responses: HTTP-style freshness plus semantic recall.
Echocache is a Model Context Protocol (MCP) server published by kskurtveit. It ranks #10,274 of 132,046 servers tracked on MCP Toplist. Echocache is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 4, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 121,772 of 132,046 servers on MCP Toplist.
Use Echocache
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add echocache -- npx -y echocache[mcp_servers.echocache]
command = "npx"
args = ["-y", "echocache"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"echocache": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"echocache": {
"command": "npx",
"args": [
"-y",
"echocache"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kskurtveit%2Fechocache)<a href="https://mcptoplist.com/server/io.github.kskurtveit%2Fechocache"><img src="https://mcptoplist.com/badge/io.github.kskurtveit%2Fechocache.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
kskurtveit
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Sep 6, 2026 |
| 0.1.2 | Sep 6, 2026 |
| 0.1.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Echocache?
- Echocache is maintained by kskurtveit, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Echocache listed on the Official MCP Registry?
- Yes — Echocache is listed on the Official MCP Registry.
- How many versions does Echocache have?
- MCP Toplist tracks 3 versions of Echocache, most recently published on Sep 6, 2026.
- Where can I find the source code for Echocache?
- The source code for Echocache is hosted at github.com/kskurtveit/echocache.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.