Claude Code History
JSON →Retrieve and analyze Claude Code conversation history from local files.
Install
npx (no Tools · 4
- list_projects Discover all projects with Claude Code conversation history. Returns project paths, session counts, message counts, and last activity time.
- list_sessions List conversation sessions for exploration and filtering. Parameters: projectPath, startDate, endDate, timezone. Returns session IDs, timestamps, message counts, and project paths.
- get_conversation_history Retrieve paginated conversation history with smart filtering. Supports pagination (limit, offset), message filtering (messageTypes), timezone support, and date filtering.
- search_conversations Search across all conversation content by keywords with advanced filtering. Parameters: query (required), limit, projectPath, startDate, endDate, timezone.
Links
★ 10 GitHub stars