Lore: MCP Server That Shares AI Agent Session History Across Tools

Lore is an MCP (Model Context Protocol) server that indexes all your AI agent sessions into a single local SQLite database and serves that history over MCP. The result: any agent, in any chat tool, can read the same session history—even if the sessions started fresh with no shared context.
The creator demonstrates with a short clip: two fresh sessions in different tools, no shared context. They ask one agent to pull up the other agent's last session, and it works. Then they flip it and the other agent does the same. No configuration, no shared prompts—just the MCP server providing the index.
How it works
- Runs locally. Nothing phones home.
- Backed by SQLite — every session is indexed.
- Served over MCP — any MCP-compatible agent can query it.
- MIT licensed — free to use, fork, and contribute.
The intended use case is teams (or solo devs) running multiple AI agents on the same project. Instead of manually copying context or restarting sessions, you just ask your agent to fetch details from another agent's session. For example: "Pull up the context from my Cursor agent's last debugging session."
The project is early-stage and the author is actively seeking feedback and PRs. The Reddit post includes a video demo and setup instructions in the comments.
📖 Read the full source: r/openclaw
👀 See Also

Introducing OneTool MCP: An Open Source Multi-Tool for Developers
OneTool MCP, built using Claude AI, offers developers over 100 tools for tasks like web searches, library updates, and file management without tool tax or context rot.

OpenClaw Skill for Local Meeting Transcription with Whisper
A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.

10.33 t/s on Qwen 3.5 35B with a $300 Laptop: Full Optimization Breakdown
A developer achieves 10.33 t/s on Qwen 3.5 35B Q4_K_S on a Lenovo Ideapad Slim 3i ($300) using ik_llama.cpp, core pinning, MTP speculative decoding, and BIOS performance tuning.

OpenUtter: Query Google Meet Transcripts Live via OpenClaw
OpenUtter is a skill that joins Google Meet as a guest via a headless browser, captures live captions, and streams them to your OpenClaw event bus. You can query the live transcript mid-call via Telegram, WhatsApp, Slack, or Discord.