<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zackery Sayers</title>
    <description>The latest articles on DEV Community by Zackery Sayers (@taterlabsllc).</description>
    <link>https://dev.to/taterlabsllc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3911687%2Fef9d5c3f-e538-428e-b53f-7d3e556f9616.png</url>
      <title>DEV Community: Zackery Sayers</title>
      <link>https://dev.to/taterlabsllc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taterlabsllc"/>
    <language>en</language>
    <item>
      <title>Mnemosyne – A local, Hebbian memory server for Claude/Cursor (MCP)</title>
      <dc:creator>Zackery Sayers</dc:creator>
      <pubDate>Mon, 04 May 2026 09:25:14 +0000</pubDate>
      <link>https://dev.to/taterlabsllc/mnemosyne-a-local-hebbian-memory-server-for-claudecursor-mcp-3bfm</link>
      <guid>https://dev.to/taterlabsllc/mnemosyne-a-local-hebbian-memory-server-for-claudecursor-mcp-3bfm</guid>
      <description>&lt;p&gt;I'm Zackery, a solo dev. I got frustrated with the current state of LLM memory (mostly just dumping embeddings into a vector DB and doing a top-K semantic search). It feels like a filing cabinet, not a brain.&lt;/p&gt;

&lt;p&gt;I built Mnemosyne as a local, associative memory backend that plugs directly into Claude Desktop, Cursor, and Windsurf via the Model Context Protocol (MCP).&lt;/p&gt;

&lt;p&gt;Instead of standard RAG, it uses a SQLite graph with spreading activation and Hebbian decay. &lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It uses SQLite FTS5 for the initial retrieval (BM25).&lt;/li&gt;
&lt;li&gt;It then performs a Breadth-First Search (BFS) across a localized graph of edges to spread activation energy to related concepts.&lt;/li&gt;
&lt;li&gt;Memories that are frequently co-retrieved form stronger edges (LTP).&lt;/li&gt;
&lt;li&gt;Unused trivia naturally decays over time.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's a single, standalone binary (C#/.NET 8 AOT compiled) for Windows and Linux that runs entirely locally. Zero cloud dependencies. Your data never leaves your machine. &lt;/p&gt;

&lt;p&gt;I'm charging a one-time $29 for early access to fund further development (I want to add direct Git repo ingestion next). &lt;/p&gt;

&lt;p&gt;Would love to hear your thoughts on Hebbian memory models vs standard vector search, or any feedback on the implementation!&lt;/p&gt;

&lt;p&gt;Happy to answer any questions about the architecture.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>python</category>
    </item>
  </channel>
</rss>
