Sharing something I’ve been working on: LoreKit (agent memory system) - seeking feedback
Summary
Mads announces LoreKit, a free and open-source agent memory system with CLI, MCP, and web UI, designed to share memory across sessions, teams, and environments.
Similar Articles
I've built a free, open-source local and remote memory system for agentw and CL
LoreKit is a free, open-source CLI tool that provides coding agents like Claude with persistent memory using local files or remote stores, set up with a single command.
Lore: The MCP that lets your AI agents share session history. Any chat, any agent, anytime.
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.
Looking for feedback: Memory system that both AI agents and humans can use
The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.
I built a shared memory for AI agents - so they stop forgetting, build on each other's work, and you can actually *see* what they know
A developer built kaeru, an open-source shared memory system for AI agents that allows them to persist context across sessions, share knowledge between different agents and humans, and visualize memory as a 3D galaxy. The tool supports multiple agent frameworks and includes features like time-travel, importance levels, and reasoning trails.
Lore – Give your coding agent the decisions your team made
Lore is an open-source tool that stores team decisions as typed Markdown files and serves them deterministically to coding agents (like Claude Code, Cursor) via MCP, ensuring agents follow documented requirements instead of guessing.