Transcripts Mcp
Description
Search local Cursor, Claude Code, and Codex session transcripts via MCP
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
transcripts-mcp
Search your Cursor, Claude Code, and Codex conversations from any MCP client.
transcripts-mcp reads session transcripts already on your machine. Use it to find a previous implementation, recover the reasoning behind a decision, or bring context from one coding tool into another.
[](https://cursor.com/en/install-mcp?name=transcripts&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInRyYW5zY3JpcHRzLW1jcCJdfQ%3D%3D) [](https://insiders.vscode.dev/redirect/mcp/install?%7B%22name%22%3A%22transcripts%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22transcripts-mcp%22%5D%7D)
[Website](https://transcriptsmcp.dev/) · [Setup](#configure) · [Tool reference](#tools) · [Contributing](CONTRIBUTING.md)
What it does
- Browse sessions across all three tools, filtered by project or date.
- Read conversations as normalized messages, with a limit on how much is returned.
- Search immediately with fuzzy, plain-text, or regex matching. No index required.
- Rank results with a local full-text index and optional semantic search.
For example, ask your connected client:
Find the Claude Code conversation where we added authentication to this project.
Read my most recent Cursor session and summarize what remains to be done.
Search my Codex transcripts for the database migration error.
The server returns transcript text for the current client to read. It does not restore a previous session's model state.
Install
Requires Node.js 24 or later for the npm launcher. Add the command below to your MCP client using one of the configurations in the next section:
npx -y transcripts-mcp
You can also launch with `pnpm dlx transcripts-mcp` or `bunx --bun transcripts-mcp`.
The npm and pnpm launchers use a platform binary with
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11