Skip to content

v1.3.2 — Persistent memory MCP for Claude Code

Choose a tag to compare

@kunwar-shah kunwar-shah released this 30 Apr 09:16
· 17 commits to main since this release
097fe74

What's new

This is a metadata refresh release — no functional code changes since v1.3.0, but a lot of housekeeping that makes Claudex easier to find and understand.

Highlights

  • 🎬 Animated hero GIF in README (thanks @livlign for PR #39)
  • 💝 GitHub Sponsors enabled — Sponsor button now visible on the repo
  • 🔍 Honest, MCP-focused description — "Persistent memory + FTS5 search for Claude Code conversations"
  • 🏷️ 26 npm keywords (up from 14) including mcp, mcp-server, model-context-protocol, ai-memory, agent-memory, persistent-memory, cursor, codex, windsurf
  • 📜 Refreshed ROADMAP.md — strategic plan for v1.4 (Pro tier), v2.0 (cross-project intelligence + tree-sitter), v3.0 (Claudex Cloud), v4.0 (ecosystem)

What you can do with v1.3.x today

npm install -g @kunwarshah/claudex
claudex                                     # web viewer at localhost:3500
claude mcp add --transport stdio claudex -- claudex-mcp   # MCP for Claude Code

The MCP server exposes 10 tools (store_memory, recall_memory, search_conversations, etc.) so Claude Code can query its own conversation history across sessions.

What's next

We've opened a v2.0 roadmap discussion — drop a vote on which features matter most to you.

Adoption

86 ⭐ • 9 🍴 • ~38 weekly npm downloads (44% star→active rate)

Full changelog

See docs/changelog.md for the complete history.


Note: v1.3.1 was tagged but never published to npm; v1.3.2 supersedes it with a clearer, more honest description.