Caching proxy server for MCP (Model Context Protocol) tool calls. Reduces API quota usage with SQLite-based LRU caching.
{
"mcpServers": {
"mcp-cache-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-cache-proxy"
]
}
}
}