I gave my AI agents a shared memory via MCP — here's how
Summary
Nexus Memory is an MCP-native memory server that allows AI agents to share context via a unified protocol, enabling persistent and coordinated memory across different agents without custom integration.
Similar Articles
rohitg00/agentmemory
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.
I kept losing agent memory between sessions, so I built a memory broker that isolates per-agent and survives restarts
The author built HeurChain, a memory broker that provides agent-specific, persistent memory storage for AI agents, surviving restarts and supporting structured and semantic retrieval.
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.
@0xMovez: Anthropic AI engineer just showed how to give AI agents real memory in 4 steps - and it changes everything in 28 minute…
Anthropic AI engineer demonstrates a free 4-step method to give AI agents persistent memory across sessions, including memory stores and dreaming, achieving 95% cache hit rate.
agents that remember you between sessions, which setups actually do this well?
Discusses the challenge of persistent memory for personal AI agents across sessions, comparing setups like Custom GPTs, Mem, and Open Campus's shared memory approach, and asks for community recommendations on handling memory conflicts.