<?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: Gabriel Pitrella</title>
    <description>The latest articles on DEV Community by Gabriel Pitrella (@gpitrella).</description>
    <link>https://dev.to/gpitrella</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3986391%2Fe219ccfb-2f5a-40a1-8dcd-b20a0ca99182.png</url>
      <title>DEV Community: Gabriel Pitrella</title>
      <link>https://dev.to/gpitrella</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gpitrella"/>
    <language>en</language>
    <item>
      <title>Memxus: A secure memory layer for Claude, ChatGPT, Cursor and Telegram</title>
      <dc:creator>Gabriel Pitrella</dc:creator>
      <pubDate>Tue, 16 Jun 2026 19:31:37 +0000</pubDate>
      <link>https://dev.to/gpitrella/memxus-a-secure-memory-layer-for-claude-chatgpt-cursor-and-telegram-15ma</link>
      <guid>https://dev.to/gpitrella/memxus-a-secure-memory-layer-for-claude-chatgpt-cursor-and-telegram-15ma</guid>
      <description>&lt;div&gt;
  &lt;iframe src="https://loom.com/embed/13592085c4d3427caf7c1cd58f1abc6d"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Memxus:&lt;/strong&gt; A secure memory layer for Claude, ChatGPT, Cursor and Telegram&lt;/p&gt;

&lt;p&gt;Every day I switch between Claude, ChatGPT and Cursor. And every day I re-explain the same things: my stack, my preferences, my project context.&lt;/p&gt;

&lt;p&gt;After calculating I was losing 30–60 minutes daily doing this — 150+ hours per year — I built Memxus.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI tools don't talk to each other. Every new session starts from zero. You end up being the human copy-paste layer between your own tools.&lt;/p&gt;

&lt;p&gt;Existing solutions either work for one platform only, require browser extensions with questionable permissions, or are built for agents — not for developers switching between tools all day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Memxus does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Save a memory once in any AI tool. Recall it instantly in all the others.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In Claude:&lt;/strong&gt; remember("My stack is Next.js + Supabase + Railway. Always use TypeScript.")&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Later, in Cursor, ChatGPT, VSCode, Telegram:&lt;/strong&gt; recall("my stack") → "Next.js + Supabase + Railway. Always use TypeScript."&lt;/p&gt;

&lt;p&gt;No copy-paste. No re-explaining. Your context travels with you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where it works today&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Claude (web, mobile, desktop) — MCP OAuth&lt;/li&gt;
&lt;li&gt;ChatGPT — OAuth Actions (GPT Store)&lt;/li&gt;
&lt;li&gt;Cursor / VS Code — MCP Bearer&lt;/li&gt;
&lt;li&gt;Gemini web — Chrome extension&lt;/li&gt;
&lt;li&gt;Gemini CLI — MCP OAuth&lt;/li&gt;
&lt;li&gt;Telegram — @memxus_bot&lt;/li&gt;
&lt;li&gt;Discord — connected&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Security first&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This handles your private context, so security was non-negotiable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OAuth 2.1 PKCE&lt;/strong&gt; — industry standard auth, no passwords stored&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Encrypted at rest&lt;/strong&gt; — all memories use AES encryption (mxe1: format)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Row-level security&lt;/strong&gt; — complete isolation between users and teams via Supabase RLS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RFC 9728 compliant&lt;/strong&gt; — follows the official MCP standard&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portable data&lt;/strong&gt; — export or delete everything, anytime&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Teams and groups&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Memxus also supports shared memory for teams. A group shares context across members — each member's private memories stay private, shared memories are accessible to the group only.&lt;/p&gt;

&lt;p&gt;Pricing: Free / Pro $12/mo / Team $49/mo&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The MCP angle&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MCP (Model Context Protocol) is becoming the universal standard for AI tool integrations. Memxus is built on top of it as infrastructure — not a feature of one tool, but a layer that any MCP-compatible client can connect to.&lt;/p&gt;

&lt;p&gt;This means every new AI tool that adopts MCP becomes a potential integration with zero additional work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;→ memxus.com — free to start, no credit card required&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community — especially on the security model, what integrations you'd want next, and how you're managing context across AI tools today.&lt;/p&gt;

</description>
      <category>claude</category>
      <category>chatgpt</category>
      <category>ai</category>
      <category>mcp</category>
    </item>
  </channel>
</rss>
