Claudex banner
kunwar-shah kunwar-shah

Claudex

Data community intermediate

Description

**Professional conversation viewer and analysis tool for Claude Code**

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

Claudex

**Professional conversation viewer and analysis tool for Claude Code**

**Category**: Development Tools ยท Conversation Analysis ยท Usage Monitoring

Claudex is a full-stack web application designed for developers, QA engineers, and researchers who need to inspect, search, and analyze Claude Code conversation histories. Built with React and Fastify, it provides enterprise-grade full-text search using SQLite FTS5, universal template support for all Claude Code versions, and comprehensive analytics dashboards.

[](https://github.com/kunwar-shah/claudex/releases) [](https://github.com/kunwar-shah/claudex/blob/main/LICENSE) [](https://kunwar-shah.github.io/claudex/) [](https://github.com/kunwar-shah/claudex/discussions) [](https://github.com/hesreallyhim/awesome-claude-code)

**๐Ÿ“š [Documentation](https://kunwar-shah.github.io/claudex/)** | **๐Ÿ’ฌ [Discussions](https://github.com/kunwar-shah/claudex/discussions)** | **๐Ÿ› [Issues](https://github.com/kunwar-shah/claudex/issues)**


๐Ÿ†• What's New

Version 1.3.0 (February 12, 2026) โ€” MCP Server

  • ๐Ÿง  MCP Server: Model Context Protocol server gives Claude Code persistent memory across sessions
  • ๐Ÿ”ง 10 MCP Tools: Project context, session search, conversation retrieval, structured memory CRUD
  • ๐Ÿ’พ Structured Memory System: Store coding knowledge (conventions, architecture, decisions, error patterns) with priority, confidence, and TTL
  • ๐Ÿ“‹ 3 MCP Prompts: /recall, /catchup, /history for quick access to past sessions
  • ๐ŸŽฏ Token Budgeting: Three detail levels (minimal/standard/full) for context management
  • ๐Ÿ“– One-Command Setup: claude mcp add --transport stdio claudex -- claudex-mcp

Previous releases

Version 1.2.0 (November 11, 2025)

  • ๐ŸŽจ Comprehensive Theming System: 10 professional themes (default, emerald, green, blue, purple, orange, red, rose, yellow, classic)
  • ๐Ÿ”ค Advanced Typography: 29 font families with visual preview

...