Launched this week
MCP-Recall
Keeps MCP tools' output from filling your context
5 followers
Keeps MCP tools' output from filling your context
5 followers
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. - sakebomb/mcp-recall

Really interesting idea. Curious—what was the moment that convinced you MCP context needed its own product instead of becoming another feature inside existing MCP clients?
@aryan787544 great question. I figured that because MCP means model context protocol, it would be a standard method that all clients would need universally. It could be baked into each MCP client however don't think the protocol defines that feature.
The intent was to be a collection of most used calls making the LLM calls to the MCP more deterministic.
Rather than the LLM having to figure out the correct call it uses an established call known to work.
This is more than a bandaid, it should be built into MCP itself to help save tokens.