CCCMemory MCP (xiaolai) — Summary
CCCMemory MCP is a TypeScript/Node.js MCP server that provides comprehensive persistent memory for AI coding agents by indexing Claude Code (and Codex) conversation history into a SQLite database with hybrid semantic + full-text search. Originally published as claude-conversation-memory-mcp, renamed to cccmemory in v1.8.0. It ships 40+ MCP tools organized into eight categories: indexing, search, context, project management, working memory, session handoff, context injection, and tag management. The v2.0 smart chunking, RRF hybrid search (vector + FTS), and memory quality tracking make it the most full-featured SQLite-backed memory system in this batch. It is cross-tool portable (Claude Code, Claude Desktop, Codex) and installs with a single npm install -g cccmemory. Compared to seeds, it is closest to ccmemory (patrickkidd) but substitutes Neo4j+Ollama for SQLite+Transformers.js, sacrificing graph relationship modeling for simpler installation and broader tool compatibility.