Skip to content

Cache

Free

by MCP Community

TTL cache wrapper for MCP tool handlers — powered by vurb.

v1.0.1Added Apr 12, 2026
mcpcachettlvurbmcp-server
Works with:ClaudeGPTGeminiCopilot

Cache MCP Server

TTL cache wrapper for MCP tool handlers — powered by vurb.

Installation

npx -y @mcp-utils/cache

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-utils/cache
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cache": {
      "command": "npx",
      "args": ["-y", "@mcp-utils/cache"]
    }
  }
}