Transcripts Mcp banner
Stormix Stormix

Transcripts Mcp

Development community

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.

[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=transcripts&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInRyYW5zY3JpcHRzLW1jcCJdfQ%3D%3D) [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](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