by 24kchengYe
Give your AI agent a brain that remembers. Local memory system for Claude Code — 100% private, GPU-accelerated, zero cloud dependency.
# Add to your Claude Code skills
git clone https://github.com/24kchengYe/MemoMindGive your AI agent a brain that remembers.
A fully local, GPU-accelerated memory system for AI coding agents. Start building your digital twin's memory today — portable, evolving, and ready to migrate when a better system comes along.
</div>AI memory has two audiences — the machine and the human. Most tools only address one:
| | For the AI (what it knows) | For the Human (what you can review) | |---|---|---| | Goal | AI remembers preferences, decisions, context across sessions | You browse, search, and manage conversation history | | Problem solved | "Why does it keep forgetting my coding style?" | "What did we discuss last Tuesday?" |
MemoMind handles the — it gives your coding agent persistent, structured, intelligent memory. For the human side, see (our companion project for conversation history management).
No comments yet. Be the first to share your thoughts!
Use both together for the complete experience.
You've been there. Every developer who uses AI coding assistants has been there.
The most powerful AI in the world has the memory of a goldfish.
Claude Code already has CLAUDE.md and MEMORY.md. But they have fundamental limitations:
| | Claude Code Built-in | MemoMind | |---|---|---| | Storage | Plain Markdown files | PostgreSQL + pgvector + knowledge graph | | Extraction | Manual — you write rules yourself | Automatic — LLM extracts facts from conversations | | Retrieval | Full file loaded into context every time (wastes tokens) | 4-way hybrid search, only relevant memories recalled | | Cross-session | Static rules; append-only notes |...