Lore: The MCP that lets your AI agents share session history. Any chat, any agent, anytime.

Reddit r/openclaw Tools

Summary

Lore is an open-source tool that uses the Model Context Protocol (MCP) to share session history between AI agents, storing all data locally in SQLite. It enables agents to access each other's past sessions without external dependencies.

Short clip: two fresh sessions, different tools, no shared context. I ask one to pull up the other's last session and it just does it, then I flip it the other way. see comments for video / setup It is called Lore. It indexes your agent sessions into one local SQLite store and serves it over MCP, so every agent reads the same memory. Local only, nothing phones home. MIT. Great if you work with multiple agents on the same project. Just ask your agent to pull up detail from the other agent’s session.. and it just does it. Would love to know if this works for you, or if I am just being hopeful 😃 please feel free to critique or improve, happy to merge PR's : )
Original Article

Similar Articles

rohitg00/agentmemory

GitHub Trending (daily)

agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.

How are you handling cross-client communication between MCP agents?

Reddit r/AI_Agents

A developer discusses the challenge of coordinating multiple MCP-speaking AI agents (like Claude Code and Cursor) working on the same project, sharing their self-built open-source solution using a shared 'room' model inspired by IRC, and asking the community for patterns and opinions.