Open-source MCP server lets Claude Code, Codex and Cursor search each other's chat transcripts
Stormix4 · reddit · 2026-09-06
Developer Stormix released transcripts-mcp, an MIT-licensed MCP server that solves the pain of juggling Claude Code, Codex, and Cursor subscriptions: when you hit a usage limit mid-chat, your next agent can search the conversations already saved on your machine and pick up where you left off.
- What it does: local search across saved chats from all three tools — useful both for agent-to-agent handoff and for digging up how you fixed an error or why you chose an implementation
- One-line setup for Claude Code: claude mcp add --scope user transcripts -- npx -y transcripts-mcp
- Requirements: Node.js 24+; Cursor and Codex instructions are in the README
- Privacy note: search runs locally, but anything an agent reads from old chats still goes to its model provider, like any other context
More from coding & agent
- Open-source MCP server gives coding agents TS structural understanding, cutting rename task tokens ~76% — Imaginary_Food_7102 · 2026-09-06
- Running Codex on a living-room TV with just voice and computer use — ___Patrice___ · 2026-09-06
- Building a phone voice agent: telephony and barge-in ate the time, not the LLM — Fish0plays · 2026-09-06
- After wandering IFA 2026, an idea: projector + Codex Voice Mode for walking-and-talking AI — testingcatalog · 2026-09-06
- B2B agent stack: entity mapping, not retrieval, was the real unlock — ImaginationUnique684 · 2026-09-06
- Researcher runs Astra and Fable as agents handing off work via a shared message board — DimitrisPapail · 2026-09-06