LoreConvo: MCP Server Adds Persistent Session Memory to Claude Code

What LoreConvo Does
LoreConvo is a local-first MCP server that gives Claude persistent session memory, solving the problem of context loss between sessions. The developer built it while working on a complex finance automation project with a 19-node LangGraph pipeline and multiple MCP servers.
Key Features
- Auto-saves sessions via Claude Code hooks (post-session hook triggers save)
- Auto-loads relevant context on session start (pre-session hook calls get_recent_sessions)
- Cross-surface persistence — context carries between Claude Code, Cowork, and Chat
- Full-text search across all past sessions
- 12 MCP tools for AI-native access
- Local-first architecture using SQLite
Practical Impact
Sessions that used to start with 5 minutes of re-contexting now start with Claude already knowing the project state, recent decisions, and open questions. This saves roughly 3,000-8,000 tokens per session in re-contexting overhead.
Companion Tool
The developer also built LoreDocs for project knowledge management, featuring 34 MCP tools, multi-vault architecture, document versioning, and context injection.
Availability
Both tools are free for personal use under BSL 1.1 (converts to Apache 2.0 in 2030). The code is available on GitHub: LoreConvo at https://github.com/labyrinth-analytics/loreconvo and LoreDocs at https://github.com/labyrinth-analytics/loredocs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More
Anthropic released Claude for Legal, a repo of plugins, agents, and MCP connectors for legal workflows including vendor agreement review, NDA triage, and regulatory monitoring.

VibeIndex.ai: Searchable Hub for 90K+ AI Skills, MCPs, and Plugins with Security Scanning
A Korean AI researcher has built vibeindex.ai, a searchable hub that indexes over 90,000 AI skills, MCP servers, and plugins with hourly updates and security scanning using Cisco Skill Scanner across 17 threat categories.

KANBAII: A Visual Kanban Board Built with Claude Code for AI-Assisted Development
A developer built KANBAII, a local kanban board tool entirely with Claude Code over two months. It provides visual task management, AI planning, and parallel execution modes for Claude Code workflows.

Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents
Mind Keg MCP v0.1.1 is an open-source MCP server that provides persistent memory for Claude Code and other MCP-compatible agents. It stores learnings locally via SQLite and retrieves them via semantic search, allowing AI coding assistants to remember context between sessions.