@prxy-official/ipc
IPC — Inter-Prompt Compression✓ Verified
Compresses older messages instead of dropping them when a request exceeds the context window utilization target. Keeps long conversations going past context limits.
Install
# Cloud
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/ipc
# Local
# Built-in module — ships with the gateway, no install needed
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/ipcAdd this module to your PRXY_PIPE env var. The order matters — modules run left-to-right on each request.
Configuration
Schema: https://github.com/Ekkos-Technologies-Inc/prxy-monster/blob/main/packages/modules-core/src/ipc.ts
Author
ekkOS Technologies Inc. · @Ekkos-Technologies-Inc