io.github.ainode-tech/cache-proxy
io.github.ainode-tech/cache-proxyLLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health.
Tools · 2
Health check. Returns server status and optional echo.
Send an LLM request through the caching proxy. Returns cached response if available, otherwise proxies to upstream LLM.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.ainode-tech/cache-proxy": {
"url": "https://cache.api.ainode.tech/mcp",
"transport": "streamable-http"
}
}
}