MCP server that gives AI agents real interactive terminal sessions
Fixes the core gap: AI agents can now actually use interactive CLIs, not just dump output.
Claude proxy to record all interactions in a local database, allowing you to browse and search sessions, track usage, and let Claude search its own history over MCP.
MCP server lets Claude search its own conversation history instead of re-deriving paid context.
Developers using Claude Code CLI
Cursor · Continue · Warp
Fixes the core gap: AI agents can now actually use interactive CLIs, not just dump output.
Evidence-based cognitive frameworks evolve across sessions, not just static memory storage.
Catches silent MCP breakage VCR.py never could—schema drift detection.
Cuts agent browsing tokens by 32x with DOM-to-markdown compression and MCP support.
Claude Code usage dashboard reading local files—fills exact gap Anthropic didn't address.
Session resumption actually reopens conversations in the original provider with correct working directory.