Agent Memory — Shared Offline Memory for AI Agents (MCP-native) #224
ThePlenkov
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Agent Memory — Docker Desktop Extension
I've built a Docker Desktop extension that gives every AI agent (Claude, Cursor, VS Code Copilot, custom agents) a persistent, searchable memory that works entirely offline — no cloud required.
Repository: https://github.com/ThePlenkov/agent-memory
Why is this useful?
AI coding agents today have no persistent memory between sessions. Every time you start a new conversation, the agent forgets everything — your project conventions, past decisions, debugging context, and lessons learned.
Agent Memory solves this by providing a shared memory layer powered by Hindsight that:
docker mcp gateway connectWhat problems does it solve?
Architecture
The extension runs as a Docker Desktop extension with:
Quick Start
git clone https://github.com/ThePlenkov/agent-memory.git cd agent-memory make installAgents connect via MCP at
http://localhost:8888.Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions