Caching proxy server for MCP (Model Context Protocol) tool calls. Reduces API quota usage with SQLite-based LRU caching.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-cache-proxy npx -y ZeroClue/mcp-cache-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cache-proxy": {
"command": "npx",
"args": [
"-y",
"ZeroClue/mcp-cache-proxy"
]
}
}
}