Fetching from the wire…
Public story · 2026-08-16 · high
The open-source MCP server has 19,893 stars and logs every session to SQLite so agents skip rereading files.
Why now: This surfaced in the August 16 coverage of MCP server tooling.
Context-mode cut one agent's tool output from 315KB to 5.4KB, a 98% reduction, per its GitHub page.
MCP tool calls routinely burn context window on raw JSON and file dumps before an agent does any real work. The project already has 19,893 GitHub stars and 1,430 forks, a sign plenty of builders feel that same pain.
The tool, released under the ELv2 license, sandboxes MCP output so raw data never enters the context window. It also logs every file edit, git operation, task, and error in a SQLite database. After a session compacts, it pulls the relevant history back with FTS5 and BM25 search.
Separately, it routes across 17 agent platforms and trims filler the model tends to add on its own.
The clearest example: a task that took 47 separate Read() calls and 700KB now runs as one ctx_execute() script returning 3.6KB.
Context-mode calls this pattern Think in Code, and it doesn't require installing the tool to use. Instead of reading files one by one to find an answer, the model writes a script that computes the answer directly. That's the part worth copying into any agent workflow, MCP server or not.
Each link below shares sources, entities, or timing with this story.
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
Headroom compresses tool outputs, logs, RAG chunks, and files before they ever reach the model. It deploys as a library, a proxy server, or an MCP server, and the benchmarks are blunt: 92% token reduction on code search (17,765 down to 1,408) and SRE debugging (65,694 down to...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
1. Build a Private Claude Code Plugin Marketplace (intermediate, vibe-coding) — Bundle skills, agents, hooks, MCP servers into installable team plugins via GitHub repos. Docs 2. Google ADK TypeScript Multi-Agent Orchestration (intermediate, agent-patterns) — Code-first agent f...
No compiled code. No runtime. No dependencies. Just 18 markdown files in a .claude directory. Matt Pocock's skills repo hit 75,700 stars this week, gaining 6,400 in seven days. It's the #1 trending AI repo on GitHub. The repo solves four problems that every Claude Code user hi...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.