Cache
Freeby MCP Community
TTL cache wrapper for MCP tool handlers — powered by vurb.
v1.0.1Added Apr 12, 2026
mcpcachettlvurbmcp-server
Cache MCP Server
TTL cache wrapper for MCP tool handlers — powered by vurb.
Installation
npx -y @mcp-utils/cache
Reviews
Installation
Quick install
npx -y @mcp-utils/cache
Add to claude_desktop_config.json
{
"mcpServers": {
"cache": {
"command": "npx",
"args": ["-y", "@mcp-utils/cache"]
}
}
}