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

InsAIts Runtime Security Monitor for Claude Code Hits 8,000 PyPI Downloads
InsAIts, a runtime security monitor for Claude Code agentic sessions, has reached 8,140 total downloads on PyPI. Version 3.4.0 adds an Adaptive Context Manager, layered anchor injection system, and dashboard improvements.

OctoArch v5.0: Zero-Trust B2B Runtime with JSON-Based AI Personas
OctoArch v5.0 is a zero-trust B2B cognitive runtime built for strict enterprise use cases like fiscal/invoice extraction. It replaces text-based prompting with JSON-defined AI personas and implements path jailing to prevent server attacks.

Clawion: OpenClaw wrapper with Claude Max support and GitHub integration
Clawion is an OpenClaw wrapper that supports Claude Max without requiring an API key. Setup involves picking a template, connecting Telegram, and deploying a code companion with GitHub integration for automated PR creation.

UK Sovereign LLM Inference: Relax.ai Launches Public Docs
Relax.ai released docs for UK sovereign LLM inference, redirecting to /docs/getting-started/introduction. The service was shared on HN with 104 points.