cache proxy for Claude Desktop
io.github.ainode-tech/cache-proxy
LLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health.
client:Claude Desktop
transport:streamable-http
tools:2
Install cache proxy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cache-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cache.api.ainode.tech/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs