mcp-cache-proxy

ZeroClue/mcp-cache-proxy
★ 0 stars TypeScript 🗄️ Database Updated today
Caching proxy server for MCP (Model Context Protocol) tool calls. Reduces API quota usage with SQLite-based LRU caching.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cache-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "ZeroClue/mcp-cache-proxy"
      ]
    }
  }
}