Session Search: Local Full-Text Search for Claude Code and Codex Sessions, Now in Your Menu Bar

✍️ OpenClawRadar📅 Published: May 4, 2026🔗 Source
Session Search: Local Full-Text Search for Claude Code and Codex Sessions, Now in Your Menu Bar
Ad

Session Search is an open-source macOS menu bar tool that indexes local Claude Code and Codex session transcripts for full-text search. Unlike the built-in session resume search (which only indexes the first prompt, project name, etc.), Session Search indexes the entire transcript — including errors, commands, filenames, and intermediate decisions — so you can quickly jump back to the relevant session.

Key Features

  • Deeper indexing: Scans local Claude Code and Codex session files beyond just the first prompt or project name.
  • Full-text search via SQLite FTS: Uses SQLite's full-text search engine for fast queries across all transcripts.
  • Highlighted snippets: Search results show matching lines with context.
  • One-click menu bar access: The tool lives in the macOS menu bar for instant access.
  • Local only: No hosted backend; all data stays on your machine.
Ad

Usage

Once installed from the GitHub repo, the app runs as a menu bar icon. Click it to open the search field, type a query (e.g., an error message, a command you ran, or a filename), and results appear as selectable snippets. Selecting a result opens the corresponding session transcript in your default editor.

Who It's For

Developers who frequently switch between multiple Claude Code or Codex sessions and need to quickly locate past work without scrolling through individual logs.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Engram Memory SDK: Graph-Based Memory for AI Agents with Local Models
Tools

Engram Memory SDK: Graph-Based Memory for AI Agents with Local Models

Engram Memory SDK is an open-source graph memory system for AI agents that works with local models via LiteLLM. It requires only one LLM call for ingestion, then uses vector search and graph traversal for recall with zero ongoing LLM costs.

OpenClawRadar
Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Tools

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support

Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.

OpenClawRadar
Fehu: CLI Double-Entry Bookkeeping with Claude AI MCP Integration
Tools

Fehu: CLI Double-Entry Bookkeeping with Claude AI MCP Integration

Fehu is a lightweight CLI personal accounting tool that connects to Claude AI via MCP, allowing natural language transaction recording with a SQLite-backed double-entry system. It features hierarchical accounts, auto-tagging with hashtags, a powerful calc engine, and multi-currency support.

OpenClawRadar
Windows System Tray App for Real-Time Claude API Usage Monitoring
Tools

Windows System Tray App for Real-Time Claude API Usage Monitoring

A developer built a lightweight Windows tray application that displays Claude API quota usage in real time, including 5-hour and 7-day windows, today's token counts, and depletion forecasts. The app supports Korean, English, Chinese, and Japanese UI and is open source on GitHub.

OpenClawRadar