nhadaututtheky

NeuralMemory stores experiences as interconnected neurons and recalls them through spreading activation, mimicking how the human brain works. Instead of searching a database, memories are retrieved through associative recall - activating related concepts until the relevant memory emerges.

65
21
100% credibility
Found Feb 06, 2026 at 13 stars 5x -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

NeuralMemory is a brain-inspired memory system for AI agents that stores experiences as interconnected concepts and retrieves them through natural associative recall instead of keyword search.

How It Works

1
📰 Discover NeuralMemory

You hear about a smart memory helper that makes your AI remember things like a real brain, and easily add it to your computer.

2
🚀 Quick Setup

Run one simple command to create your personal memory brain and connect it to your favorite AI chat or code editor.

3
💾 Save Memories

Tell it to remember facts, decisions, todos, or insights from your work, and it organizes them naturally.

4
🔍 Recall Instantly

Ask about something you saved, and it pulls up the perfect context with connections to related ideas.

5
🖥️ Use in Your Tools

Your AI chat or editor now remembers everything automatically, making conversations smarter and code work faster.

6
📊 Check Your Memory

Open a dashboard to see your memories, their freshness, and get reminders for todos or old notes.

🧠 AI with Perfect Memory

Now your AI never forgets projects, decisions, or patterns, saving you hours and making work feel effortless.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 65 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is neural-memory?

NeuralMemory is a Python library mimicking the human brain's associative recall: it stores experiences as interconnected neurons and retrieves them via spreading activation, where related concepts activate until the relevant memory emerges. Instead of database searches, users get brain-like retrieval for facts, decisions, todos, and workflows. Key user tools include a punchy CLI (nmem remember "auth fix", nmem recall "outage"), Python API for agents, and MCP integration for Claude/Cursor/VS Code.

Why is it gaining traction?

Unlike RAG or vector search's flat similarity matching, it models neural memory networks with typed relationships (CAUSED_BY, LEADS_TO), time as neurons, and lifecycle features like decay and consolidation—handling multi-hop queries and long-horizon coherence better. Benchmarks pit it against naive baselines, showing wins on causal chains where "why outage?" traces full context. The hook: drop-in tools for AI editors turn ephemeral chats into persistent, activating memory.

Who should use this?

AI agent devs building memory-augmented neural networks needing associative recall over sessions, like tracking project decisions or bugs in Claude Code workflows. Solo devs or small teams replacing scattered notes with a neural memory module that evolves via reinforcement. Those exploring neural basis of memory for apps like anomaly detection or streaming recommenders.

Verdict

Promising early experiment (30 stars, 1.0% credibility score) with strong docs, 584 tests, PyPI packaging, and Docker—beats alternatives on brain-like retrieval but unproven at scale. Grab it if RAG lacks causal depth; skip for production until more adoption.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.