@prxy-official/semantic-cache
Semantic Cache✓ Verified
Returns cached responses for semantically similar (not just identical) requests. Embeds the request, vector-searches past requests, replays the cached response if similarity is above threshold.
Install
# Cloud
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/semantic-cache
# Local
# Built-in module — ships with the gateway, no install needed
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/semantic-cacheAdd this module to your PRXY_PIPE env var. The order matters — modules run left-to-right on each request.
Configuration
Author
ekkOS Technologies Inc. · @Ekkos-Technologies-Inc