sakebomb/mcp-recall
7 stars · Last commit 2026-04-25
mcp-recall compresses MCP tool outputs (94 KB → 3.5 KB · 96%) and stores full results in SQLite for retrieval — up to 30x more tool calls per session for heavy MCP workloads.
README preview
# mcp-recall [](https://github.com/sakebomb/mcp-recall/actions/workflows/ci.yml) [](https://www.npmjs.com/package/mcp-recall) [](https://www.npmjs.com/package/mcp-recall)     [](CONTRIBUTING.md) **Your context window is finite. MCP tool outputs aren't. mcp-recall bridges the gap.** MCP tool outputs — Playwright snapshots, GitHub issues, file reads — can consume tens of kilobytes of context per call. A 200K token context window fills up in ~30 minutes of active MCP use. mcp-recall intercepts those outputs, stores them in full locally, and delivers compressed summaries to Claude instead. When Claude needs more detail, it retrieves exactly what it needs via FTS search — without re-running the tool. Sessions that used to hit context limits in 30 minutes routinely run for 3+ hours.  ---