<?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: Fahad Qureshi</title>
    <description>The latest articles on DEV Community by Fahad Qureshi (@fahad_qureshi_7c89d99ced5).</description>
    <link>https://dev.to/fahad_qureshi_7c89d99ced5</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%2F3613007%2F0aeca0b6-b7cd-4b50-8cfc-e6bf4ff49932.png</url>
      <title>DEV Community: Fahad Qureshi</title>
      <link>https://dev.to/fahad_qureshi_7c89d99ced5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fahad_qureshi_7c89d99ced5"/>
    <language>en</language>
    <item>
      <title>MemCTX – Autonomous session memory for Claude Code (open source, MIT)</title>
      <dc:creator>Fahad Qureshi</dc:creator>
      <pubDate>Wed, 08 Apr 2026 09:40:24 +0000</pubDate>
      <link>https://dev.to/fahad_qureshi_7c89d99ced5/memctx-autonomous-session-memory-for-claude-code-open-source-mit-1e93</link>
      <guid>https://dev.to/fahad_qureshi_7c89d99ced5/memctx-autonomous-session-memory-for-claude-code-open-source-mit-1e93</guid>
      <description>&lt;p&gt;I built MemCTX to solve a problem I kept hitting with Claude Code — &lt;br&gt;
losing context between sessions and having to re-explain my project every time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hooks into Claude Code's session lifecycle (start/stop/post-tool-use)&lt;/li&gt;
&lt;li&gt;Captures every session and stores it in a local SQLite database&lt;/li&gt;
&lt;li&gt;Uses Claude API to auto-generate summaries of each session&lt;/li&gt;
&lt;li&gt;Injects relevant history into CLAUDE.md at the start of new sessions&lt;/li&gt;
&lt;li&gt;Includes a dashboard to search, browse, and tag your session history&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Who it's for:&lt;/strong&gt; Claude Code users who work on ongoing projects and &lt;br&gt;
hate repeating context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; Free and open source (MIT license)&lt;br&gt;
&lt;strong&gt;My relationship to it:&lt;/strong&gt; I built it.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/bbhunterpk-ux/memctx" rel="noopener noreferrer"&gt;https://github.com/bbhunterpk-ux/memctx&lt;/a&gt;&lt;br&gt;
npm: npm install -g memctx&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frak5luwlyy3m1whd7sbq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frak5luwlyy3m1whd7sbq.png" alt=" " width="800" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claude</category>
      <category>ai</category>
      <category>github</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
