damien220/Cache_Manager
A reusable, abstract Python caching package designed to be dropped into any application — REST APIs, CLI tools, MCP servers, queue workers, LLM-powered apps — without coupling to a specific framework or storage backend.
Platform-specific configuration:
{
"mcpServers": {
"Cache_Manager": {
"command": "npx",
"args": [
"-y",
"Cache_Manager"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...