Fetching from the wire…
Public story · 2026-09-08 · high
The MCP server indexes Cursor, Claude Code and Codex transcripts on disk so any of the three can search what happened in the others.
Why now: The project's README describes the search and indexing behavior as current, working functionality.
transcripts-mcp reads the session transcripts that Cursor, Claude Code and Codex already write to disk and exposes them over MCP. Any of the three tools can then search the other two's history with fuzzy matching, plain-text search or regex, backed by a local full-text index. Semantic ranking is optional. Session browsing can be filtered by project or by date, and basic search works without building an index first.
That matters because switching tools has meant losing context. Start a debugging session in Claude Code, move to Cursor for the editor experience, and the reasoning from the first session is gone unless you copy it over by hand. This closes that gap by making the transcript itself queryable from wherever you're working.
It's precise about what it does and doesn't do. It returns transcript text for the current client to read, so it can recover prior reasoning and implementations. It does not restore a previous session's model state. You get the record, not a resumed conversation.
The design bet is that the transcript is the valuable artifact, not the running session. If that holds, the next step is a shared index across tools instead of three separate silos, which the README doesn't describe as a goal yet.
Each link below shares sources, entities, or timing with this story.
getagentseal/codeburn (8,922 stars, MIT, desktop v0.9.19) parses session files that coding tools already write to disk, analyzing input, output, cache-read, cache-write and web-search token counts to compute spend by model, project and activity, classifying usage into 13 task...
Language packs like samber/cc-skills-golang, 1,600-plus cross-tool libraries, harnesses like DeerFlow with built-in skills, even Google's Workspace CLI bundling agent skills. The unit of reuse shifted from prompts and MCP tools to portable markdown skills that travel across Cl...
chrome-devtools-mcp isn't another community MCP server with 200 stars and a README that doesn't match the code. It's Google's Chrome DevTools team shipping an official MCP server that gives any coding agent (Claude Code, Gemini CLI, Codex, Cursor) full access to Chrome DevTool...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
lean-ctx is a Rust-based system that sits between AI coding tools and LLMs, compressing file reads by 60-99% and shell output by 60-95% using Tree-sitter AST parsing for 18 languages. Cached re-reads cost only 13 tokens. Works as a standard MCP server with 49 tools. Compatible...
EchoVault solves the "agent amnesia" problem — coding agents forgetting everything between sessions. It runs as an MCP server giving agents three tools: memory_context (load prior decisions), memory_search (find specific memories), and memory_save (persist learnings). Storage...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.