Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Claudex
Claudex logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 9:31:40 PM

Claudex

User RatingsBe the first to rate and review this MCP server!
View Repository93 GitHub StarsTotal stargazers on GitHub for the source repository (93 stars).Visit Website
claude-codememoryfull-text-searchsqliteanalytics

Persistent memory and full-text search MCP server for Claude Code conversation histories with web UI and analytics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kunwar-shah-claudex": {
      "command": "npx",
      "args": [
        "-y",
        "@kunwarshah/claudex"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

This MCP server indexes Claude Code conversation JSONL files from ~/.claude/projects into a SQLite database with FTS5 full-text search. It provides 10 MCP tools for memory management, session search, and retrieval, plus prompts for quick context access. The server includes a React-based web UI for browsing, searching, theming, and exporting conversations. Use it to give Claude Code persistent structured memory, analyze conversation data, and manage coding knowledge across sessions.

Use cases

โ€ขStore and recall coding knowledge with priority and TTL
โ€ขSearch conversation histories by project, session, role, and date
โ€ขAnalyze session statistics and message distributions
โ€ขExport conversations in JSON, HTML, or plain text formats
โ€ขBrowse and customize conversation views with themes and fonts

Key features

โ€ขPersistent structured memory with CRUD and TTL
โ€ขSQLite FTS5 full-text search with advanced filters
โ€ขUniversal support for all Claude Code template versions
โ€ขSmart rendering of code, markdown, diffs, and JSON
โ€ขSession analytics dashboard with charts and stats
โ€ขWeb UI with 10 themes, 29 fonts, and export options

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claudex.

Extracted Tool Capabilities
Persistent structured memory with CRUD and TTL
SQLite FTS5 full-text search with advanced filters
Universal support for all Claude Code template versions
Smart rendering of code, markdown, diffs, and JSON
Session analytics dashboard with charts and stats
Web UI with 10 themes, 29 fonts, and export options

Documentation Overview

Claudex Logo

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.

Version License: MIT Documentation Discussions Mentioned in Awesome Claude Code

๐Ÿ“š Documentation | ๐Ÿ’ฌ Discussions | ๐Ÿ› Issues

Claudex โ€” browse, search, and give Claude Code persistent memory. SQLite FTS5 full-text search across all sessions, MCP server with 10 tools, universal V1/V2/V3 template support.


๐Ÿ†• 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
  • ๐Ÿ“ Granular Font Sizing: 5 precise font size options (14px-18px)
  • ๐Ÿ’พ Settings Persistence: All customizations saved to localStorage

Version 1.1.0 (October 27, 2025)

  • ๐ŸŽฏ Smart Title Extraction: Meaningful session titles from conversation content
  • ๐Ÿ“Š Tremor Analytics Dashboard: Tailwind-based charts and multi-scale visualizations
  • ๐Ÿณ Docker Multi-Platform: amd64 and arm64 with optimized ~200MB images
  • โšก Performance: 121x faster async search index rebuild

View full changelog | Troubleshooting guide


๐Ÿ“ธ Screenshots

๐ŸŽจ NEW in v1.2.0: Theming & Customization

10 Professional Themes

10 Professional Themes
Classic, Emerald, Blue, Purple, Orange, Red, Rose, Yellow, Green, Default

29 Font Families

29 Font Families
Visual preview showing actual typefaces

Font Size & Border Radius

Granular Font Sizing
5 precise options (14px-18px) + border radius control

Settings Modal

Settings Modal
Appearance functional, more settings coming soon

Conversation View

Conversation View

Full-Text Search

Search Results

โœจ Features

  • MCP Server: Give Claude Code persistent memory โ€” conventions, architecture, decisions, and error patterns survive across sessions
  • Structured Memory: Store and recall coding knowledge with priority (1-10), confidence, and TTL-based expiration
  • Auto Project Discovery: Automatically scans ~/.claude/projects directory to discover all conversations across multiple projects
  • Full-Text Search: Enterprise-grade SQLite FTS5 search engine with advanced filtering by project, session, role, date range, and content highlighting
  • Universal Template Support: Intelligent template detection and parsing for all Claude Code versions (V1.x, V2-mixed, V2.0+) with automatic format detection
  • Smart Content Rendering: Syntax-highlighted code blocks, markdown rendering, diff visualization, JSON formatting, and tool usage tracking
  • Session Analytics: Comprehensive analytics dashboard with message distribution charts, file operation tracking, and conversation statistics using Tremor React
  • Export Options: Export conversations to JSON (structured data), HTML (readable format), or plain TXT for archival and sharing
  • Modern UI: Responsive React interface with 10 themes, 29 fonts, session favorites, and optimized for developer workflows

๐Ÿ’– Support This Project

Claudex is free and open source. If it saves you time and improves your workflow, please consider:

  • โญ Star the repo - Help others discover Claudex
  • ๐Ÿ› Report bugs - Your feedback makes us better
  • ๐Ÿ’ก Share ideas - Request features in Discussions
  • โ˜• Buy me a coffee - Support continued development

Ko-fi PayPal

Every contribution helps keep this project alive and growing! ๐Ÿš€


๐Ÿš€ Quick Start

Prerequisites

  • Node.js 18+ and npm
  • Claude Code installed with conversation history in ~/.claude/projects

Installation

Option 1: npm (Recommended)

bash
# Global installation
npm install -g @kunwarshah/claudex [https://www.npmjs.com/package/@kunwarshah/claudex]

# Then run anywhere:
claudex

# Custom port (if 3400 is in use):
claudex --port 3500

# Custom project directory:
claudex --project-root ~/my-claude-projects

# Or use without installing (npx):
npx @kunwarshah/claudex

Add MCP Server (gives Claude Code persistent memory):

Terminal
claude mcp add --transport stdio claudex -- claudex-mcp

See the MCP Server Guide for details.

CLI Options:

  • --help, -h: Show help message
  • --version, -v: Show version
  • --port, -p <port>: Custom server port (default: 3400)
  • --project-root <path>: Custom Claude projects directory

Environment Variables:

  • PORT: Server port (default: 3400)
  • PROJECT_ROOT: Claude projects directory (default: ~/.claude/projects)

Option 2: From Source

  1. Clone the repository:
bash
git clone https://github.com/kunwar-shah/claudex.git
cd claudex
  1. Run system check (optional but recommended):
Terminal
npm run check

This validates your environment and catches common setup issues.

  1. Install dependencies (or use auto-fix):
bash
# Option 1: Manual installation
npm install
cd server && npm install && cd ..
cd client && npm install && cd ..

# Option 2: Auto-fix (installs deps + creates .env)
npm run check:fix
  1. Configure environment (if not using auto-fix):
bash
cd server
cp .env.example .env
# Edit .env if needed (default: PROJECT_ROOT=~/.claude/projects)
cd ..
  1. Start the application:
bash
# Automatically runs system check, then starts servers
npm run dev
  1. Open your browser: http://localhost:3000

The backend API runs on http://localhost:3400

System Checker

Claudex includes a comprehensive system checker that validates your environment:

bash
# Quick check
npm run check

# Detailed output
npm run check:verbose

# Auto-fix common issues
npm run check:fix

# JSON output (for CI/CD)
npm run check:json

What it checks:

  • โœ… Node.js & npm versions
  • โœ… PROJECT_ROOT path & permissions
  • โœ… Port availability (3000, 3400)
  • โœ… Dependencies installation
  • โœ… Claude Code data (projects, sessions)
  • โœ… JSONL file validity
  • โœ… Database permissions
  • โœ… Search index status

Global CLI Installation (Optional)

Install globally to use claudex command anywhere:

bash
./install.sh

# Then run from anywhere:
claudex

๐Ÿ”ง Configuration

Server Configuration (.env)

env
# Path to Claude Code projects directory
# Supports ~ expansion (e.g., ~/.claude/projects)
PROJECT_ROOT=~/.claude/projects

# Server port
PORT=3400

# Environment
NODE_ENV=development

Default Ports

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Context Memory logoContext Memory

    Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Context Memory โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Memora โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
93
Stargazers on the source repository.
npm downloads
384
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Claudex

It indexes JSONL conversation files stored in ~/.claude/projects across multiple projects.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaudex AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kunwar-shah-claudex?style=directory)](https://allmcps.com/mcp/kunwar-shah-claudex)
HTML Embed
<a href="https://allmcps.com/mcp/kunwar-shah-claudex"><img src="https://allmcps.com/api/badge/kunwar-shah-claudex?style=directory" alt="Claudex on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedAug 9, 2026
11/11 checks healthy over the last 33d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars93
GitHub Star CountTotal stargazers on GitHub representing community popularity (93 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 20, 2026
npm downloads384/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 27d ago via OSV.dev ยท @kunwarshah/claudex (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Claudex โ†’Install in Claude DesktopInstall in CursorInstall in VS Code