
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.
📚 Documentation | 💬 Discussions | 🐛 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,/historyfor 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






