ChatGPT Project chats now sync (Extension v4.2.3)
Conversations you keep inside ChatGPT Projects were invisible to sync. They show up now, same as the rest of your history. Auto-sync, Chat Sync, and Sync Chats all pick them up.Switching ChatGPT accounts no longer mixes your chats (Extension v4.2.4)
Jump between ChatGPT accounts or workspaces and the extension used to keep syncing the old one. It now follows you within a few seconds. If you have a lot of Project chats, sync also backs off when ChatGPT asks it to slow down, instead of hammering and getting rate-limited.MemoryPlugin Sync 2.2.0
The Mac app was signing you out when the main window, quick search, and a second copy all refreshed at once. They now share one session. Headless Claude Code automation runs no longer bury your real conversations under thousands of script sessions. Switching accounts from another window is clean. Needs macOS 12.3 or later. See the desktop app docs.A native iPhone app
The iOS app used to be a thin shell around the Safari extension. It’s now a real app:- Ask, on your phone - question your memories and chat history from anywhere. Answers start appearing right away, with a quick note on what it’s searching while it works.
- Search everything - one search box over your entire chat history, with each tool’s real logo on its conversations so you can tell them apart at a glance.
- A reader built for scrubbing - open any conversation and the timeline shows the whole chat at once; drag along it to preview each turn and jump straight where you want. Timestamps and day separators keep long chats legible.
- Your memories, natively - browse buckets, add, edit, move, and delete memories, review Smart Memory categories, and work through cleanup Suggestions.
- Pin from anywhere - pin conversations right from search results or the reader.
Claude’s chunked exports now import cleanly
Claude changed its data export format: larger accounts get a manifest file plus several ZIP archives instead of one JSON. The importer now understands all of it. Select every ZIP at once and upload them together; the import modal walks you through where the files come from. And if you upload the manifest itself by mistake, the error tells you exactly what it is and what to upload instead.Imports email you now
Large imports can take hours, so you no longer have to babysit them: you get one email when processing starts and one when it finishes, with any problem files listed. Start the import, close the tab, come back when it’s done.ChatGPT memory capture fixed (Extension v4.2.1 and v4.2.2)
In early August ChatGPT redesigned its conversation page, which quietly stopped the extension from saving new memories there. v4.2.1 fixes it. v4.2.2 makes the whole category of breakage less painful: when any supported site redesigns, we can now ship the repair server-side, so it reaches you in about an hour instead of waiting days for an extension store review.Smoother MCP connections
Three fixes for connecting AI tools over MCP: newly connected tools can save memories right away instead of hitting a permissions error, some clients that failed during sign-in because of an overly strict handshake check now connect fine, and tools show clean display names in Claude, Cursor, and other clients instead of function names.Claude Memory Visualizer
A new free tool that turns Claude’s exported memory file into something you can actually read. Try it at memoryplugin.com/tools/claude-memory-export.Fixes
- Current chat in Chat Sync - updates when you switch conversations, instead of showing the one you just left (Extension v4.2.5).
- Sidebar sync bar - the extra sync bar we injected into the ChatGPT and Claude sidebars is hidden for now. The per-chat dots are still there, and sync still runs from the panel.
- The chat history import dialog now stays fully on screen on short laptop displays.
- Selecting text on dark dashboard surfaces is visible again.
Major ReleaseFeaturesImprovements
MemoryPlugin Sync (Desktop App), Quality Mode Rebuilt, a Real Chat Reader, Voice Memories, Free Tools Hub
MemoryPlugin Sync: your coding chats, in your memory
Claude Code, Codex, and Cursor conversations live in files on your Mac, invisible to every other AI tool you use. MemoryPlugin Sync, our new macOS desktop app, changes that. Sign in, tick the projects and chats you want, and it keeps them synced into your chat history in the background from then on. Privacy is the point: only your prompts and the assistant’s replies sync. Tool output, file contents, terminal commands, and thinking never leave your machine.The app moved fast after its July 8 launch, and by month’s end it had grown into much more than a sync tool:- The full dashboard, embedded - memories, Ask, chat history, and imports in the app, no browser needed.
- Global search with ⌘⇧K - a search window that opens over any app on your Mac and covers your entire synced history, ChatGPT and Claude chats included, not just coding tools. Filter by tool, jump to the chat in MemoryPlugin or on the platform it came from.
- Projects stay attached - every synced coding chat carries its repo or project name, and the dashboard’s chat history gets a Project filter to match.
- Focused sync - by default the app syncs your prompts and each turn’s final answer; the agent’s play-by-play stays local. Turn it off if you want everything.
- Full per-chat control - pause auto-sync from the menu bar, exclude any chat, or Remove from MemoryPlugin to delete it from your history and stop it syncing again (the local file stays put).
- Signed, notarized, and self-updating - the app checks for updates daily and installs them only when you say so.
Quality mode recall, rebuilt
When an AI tool recalls from your chat history over MCP, it can ask forspeed or quality mode. Quality mode was rebuilt end to end this month. Answers are now grounded in what your conversations actually said (in our evals, the hallucination rate dropped from 48% to 30%), read as connected prose instead of clipped bullet fragments, and dig through roughly twice as many candidate conversations without silently dropping the most relevant one. A reworked pipeline made all of that faster too: median latency fell from 6.9s to 4.6s. The honest catch remains: quality mode is still the slower option, by design. Quality mode is a Pro feature; on Core, recalls run in speed mode.More on the thinking behind it: Quality Mode and context engineering.A real reader for your chat history
Opening an archived conversation used to mean scrolling a wall of chat bubbles. It’s now a proper transcript: a clean reading column, each turn under a speaker line that stays visible as you scroll, and full-contrast text for both sides of the conversation.Longer conversations (8+ turns) also get a conversation map on wide screens: a slim rail along the right edge with one mark per message, sized by length and colored by speaker. Touch it and a list of every turn opens beside it; click anywhere to jump. Search matches light up on the map too.And any conversation can now leave with you: Export as Markdown or Export as JSON from the reader’s menu.Speak your memories
There’s a microphone button next to the Add Memory box on the dashboard now. Talk for up to five minutes; MemoryPlugin transcribes the recording and turns it into clean, individual memories that you review and edit before anything is saved. Available on all plans.The dashboard, reorganized
The sidebar was rebuilt around what you actually do: your two libraries (memories and chats) up top, with everything else in its place. A new Connect section shows every AI tool linked to your account with live status, so you can see at a glance where MemoryPlugin is active, and a first-run setup wizard gets new accounts from signup to a working connection. The Imports page was redesigned to match, and your API token now lives under Connect → Access.Easier imports
- Upload export ZIPs as-is - Claude and ChatGPT export archives no longer need unzipping. ZIPs up to 512 MB, JSON up to 1 GB.
- Errors that name the fix - upload the wrong file from an export (like
memories.json) and the message tells you what that file is and which one to upload instead. - Paste text as memories - a new tab in the Import Memories dialog: paste notes or markdown, and an AI pass splits them into individual memories you review before saving.
- Friendlier import files - memory imports accept a simple
memorycolumn, plain one-per-line text files, and come with downloadable CSV and JSON samples. - A redesigned Import Memories dialog that confirms which bucket you’re saving to before anything is written.
A hub of free tools
A new hub at memoryplugin.com/tools collects free, no-signup utilities that run entirely in your browser: converters that turn ChatGPT, Claude, Grok, and TypingMind exports into clean Markdown (plus PDF and Obsidian flavors for ChatGPT), an AI chat export viewer, a Claude Code session viewer, a ChatGPT memory exporter, an AI code extractor, and AI Wrapped, a year-in-review for your AI usage. Nothing you load into them is uploaded anywhere.The Trust page
“Can you read my chats?” is a fair question to ask any memory product, so we answered it in public. memoryplugin.com/trust covers what we store, what we never see, and what leaves your machine, in plain language rather than legal boilerplate.MCP server: open source and in the registry
- The MCP server is now open source at github.com/memoryplugin/mcp-server and published on npm as
@memoryplugin/mcp-server. - MemoryPlugin is listed in the official MCP Registry as
com.memoryplugin/memory, so registry-aware clients can find it directly. - New tool:
export_conversation- your AI can hand you a complete conversation as a downloadable JSON file via a short-lived link. - A public reference page is live at memoryplugin.com/mcp.
Agent skills for coding agents
One open-source install teaches your coding agents to recall what they need before assuming, and store what matters before finishing. Claude Code installs it as a plugin in one command;npx skills add memoryplugin/agent-skills covers Codex, Cursor, GitHub Copilot, Gemini CLI, and other skills-capable agents. MIT licensed, on GitHub at memoryplugin/agent-skills. Details at memoryplugin.com/agent-skill.Account and billing
- Self-service refunds - if a subscription charge surprises you, request a refund yourself from your account settings within 14 days of the charge. The subscription cancels immediately and the refund follows, no support ticket needed.
- Reminder emails before charges - a heads-up before a trial converts and before renewals, so a charge is never a surprise.
- OTP sign-in - resending a login code now works reliably.
Extension v4.1.0 and v4.1.1
The extension now tells the dashboard which sites it’s active on, which is what powers the Connect board’s live status. Also: leaner analytics and an uninstall feedback page.Fixes
- Gemini conversations keep all their turns - synced Gemini chats were collapsing to a single exchange; they now keep the full conversation in order, and existing imports were repaired.
- Summaries unblocked - some conversations were wrongly flagged as too large to summarize; that’s fixed, including for chats already in your history.
- Fewer transient errors - momentary database hiccups in the dashboard now retry automatically instead of surfacing as errors.
- Activity heatmap no longer times out on accounts with years of history.
FeaturesImprovements
Shared Buckets, Chat History Search, New Platforms, The Field Guide to AI Memory
Shared memory buckets
You can now share a memory bucket with someone else. Invite them by email as a Viewer, Contributor, or Editor, and every memory in the bucket shows who added it. Handy for a partner, an assistant, or a small team that wants their AIs working from the same notes. Sharing is available on the Pro plan; see the docs.Search your chat history from any tab (Extension v4.0.0)
A full-screen chat history search is now built into the extension. Press ⌘+Shift+K (Ctrl+Shift+K on Windows and Linux) from any supported site to search everything you’ve synced, browse recent conversations, filter by tool, star the chats you want to keep close, and read the full transcript of any conversation. You can also open the search from the History button in the panel.Two new platforms
Memory injection, smart recall, and search now work on NotebookLM and Xiaomi MiMo AI Studio, bringing MemoryPlugin to two more places you already chat with AI.Extension v4.0.0
The recent run of extension updates - the panel redesign with tabs, AI-driven recall, and the Extract memory selection pill - is now rolled into a single stable 4.0.0 release. If you had an earlier version, you’ll be brought up to date automatically.The Field Guide to AI Memory
A new, free guide to how AI memory actually works is live at memoryplugin.com/wiki. It covers the techniques, the tradeoffs, and honest numbers, written for anyone who wants to understand what’s happening under the hood.Comparison pages
New pages walk through how MemoryPlugin compares to other approaches to AI memory, alongside a refresh of the platform pages that show what works where.Edit memories from anywhere
A new memory editing tool is available across MCP and the REST API. Connected AI tools can now update or move existing memories — fixing details, rewording, or shifting a memory to a different bucket — without you needing to step into the dashboard.- MCP
update_or_move_memories— available in all MCP-connected clients (Claude, ChatGPT, Cursor, and more) POST /api/v2/memory/update— for direct API integrations
Memory version history
Every memory now keeps a full history of its edits. Open a memory to see when it changed, what was added or removed (highlighted inline), and who or what made the change — you, an AI tool, or an automated improvement. ⌘+Enter / Ctrl+Enter saves quickly without leaving the keyboard.Selection-to-memory pill (Extension v3.5.0)
Highlight any text inside a chat message on ChatGPT, Claude, Gemini, Grok, DeepSeek, Kimi, MiniMax, or TypingMind and an Extract memory pill appears next to your selection. One click turns the highlighted text into a clean memory and saves it to your current bucket.Multi-summary chat history
Generate multiple summaries per conversation with custom prompts — get a meeting-notes view, an action-items view, and a key-decisions view of the same chat, each tailored to how you want to read it. Switch between summaries from the chat panel.Word document uploads in file buckets
File buckets now accept.docx and .doc files alongside PDF, Markdown, and plain text. Word docs are processed with the same page-aware chunking as PDFs, so citations point to the right place.Smarter chat history recall
The chat history recall tool now supports:- Time filters — ask the AI to recall only what you said in the last week, last month, or any custom date range
- Speed vs. quality mode — choose faster responses for quick lookups, or higher-quality reasoning for complex questions where accuracy matters more than latency
AI-driven chat history recall (Extension v3.3.0)
Recall is now smarter and quieter. Instead of searching your chat history every time you send a message, the AI decides when context from past conversations would help and asks for it. A preview panel shows what’s being searched and lets you preview or cancel the injection before it’s sent.The old auto/ask mode selector has been retired — recall now fires only when the AI requests it.Extension v3.4.0 — Panel redesign & real-time updates
- Real-time updates — the panel refreshes automatically when memories are added, edited, or deleted on another device. No more manual refresh.
- Instant login/logout detection — auth state syncs across tabs immediately.
- Account tab on all browsers — previously Safari-only. Shows your avatar, plan, and quick links to manage your subscription.
- Avatar in panel header — your profile picture appears at the top of the panel and opens your account view.
- Contextual upgrade prompts — free → paid, Core → Pro, Pro → Lifetime, all shown in-extension.
- Cleaner header — Refresh, Copy, and Load-limit controls moved into a tidy overflow menu on the memories toolbar.
- Faster page loads — the extension is significantly lighter on every page it runs on.
Plan badges in the extension
The extension header now shows your plan — Core, Pro, or Pro LT (Lifetime) — right next to the MemoryPlugin title.Memory update toast (Extension v3.2.0)
Return to a chat with new or edited memories since you last visited it and you’ll see a toast like “2 new, 1 updated.” Click Re-inject memories and only the changed memories are sent into the chat with a contextual note — no need to flood the conversation with your full memory set.Mobile overflow menu (Extension v3.2.0)
Copy and Export collapse into a⋯ menu on narrow viewports so the panel header doesn’t crowd on mobile.Live dashboard
Edit a memory from the extension, MCP, or the API and the dashboard reflects the change instantly — no more polling delay.Add memory modal: bulk paste & image uploads
The dashboard’s Add Memory dialog now accepts multiple memories at once (one per line) and supports drag-and-drop image uploads in the same flow.Sidebar bucket sections
The dashboard sidebar’s bucket list has been unified into a single section with inline sort controls — pick recency or custom order without diving into settings.Image search controls
- Filter search to images or text only — both from the dashboard and via the memory search API
- More relevant image search results with an improved ranking approach
Landing page refresh
New hero, FAQ section, testimonials, and a dedicated chat history section on memoryplugin.com.Fixes
- DeepSeek chat sync on Safari restored (Extension v3.4.1)
- TypingMind chat history imports no longer fail on large uploads
- Image memory deletion now fully removes the image, including from search
- Custom-provider chat history now displays with its own platform identity instead of being mislabelled
- Subscription changes no longer accidentally downgrade your plan
- Lifetime plan detection is now reliable across the web app and extension
FeaturesPlatform SupportImprovements
Image Memories, Custom Platform Support, Pro → Lifetime Upgrade
Image memories
Memories can now be images. Upload a photo, screenshot, or diagram and MemoryPlugin will:- Understand what’s in it so you can find it later by describing what you remember
- Search alongside your text memories in a single unified result list
- Show thumbnails inline in your memory list, with a full-size lightbox view on click
Custom platform chat history
Third-party integrations and self-hosted platforms can now send conversations into MemoryPlugin through a new generic upload endpoint. Conversations from custom platforms appear throughout the dashboard with their own platform identity, not lumped under an existing provider.Pro → Lifetime upgrade in settings
Pro subscribers can now upgrade to a Lifetime plan directly from Settings, with the price adjusted for what you’ve already paid on your existing subscription.Extension v3.1.5 — Safari sync reliability
Heavy sync users on Safari were running into storage errors that interrupted background sync. The extension now stores its cache without that limit, so syncing stays reliable on Safari. Also fixed: the panel showing “Loading…” instead of memories that were already cached — they now appear instantly.Extension v3.1.4 — Cross-tab auth & empty states
- Logout propagates instantly across all tabs — no more browser reload needed to clear auth state
- Logged-out panel now shows a sign-in prompt instead of a stale loading spinner
- Empty-state UI for users with zero memories — shows guidance, an “Add a memory” button, and help links
- Inline Add button in the memories header for quick saves without leaving the panel
Reliability
- Self-healing chat imports — conversations that imported without their messages are now automatically repaired in the background
- Failed imports no longer go quiet — they’re now correctly flagged as failed so you can retry them
- Memory delete API accepts either the internal ID or the public
pcId, so any client can delete a memory with whatever identifier it has - Deleted memories no longer leave orphan entries in search
Activity page (beta)
New analytics dashboard for your chat history:- At-a-glance metrics — total conversations, messages, and active days
- Conversations over time — see how your activity trends across weeks and months
- Platform breakdown — visualize your usage across ChatGPT, Claude, and more
- Activity heatmap — GitHub-style grid showing when you chat most
- Time range selector — filter by week, month, or all time
Monthly Insights
AI-generated reflections on your Activity page. Each month, MemoryPlugin reviews your conversations and surfaces recurring themes, projects, and interests — only topics that come up across multiple conversations are included, keeping the signal high.Grok chat history import
Import your Grok conversations with full support for branching threads. Available as both file upload and online sync from the browser extension.Gemini chat history import & auto-sync
Import and auto-sync your Google Gemini conversations. Sync runs in the background with configurable limits and cancellation support.DeepSeek online sync
Sync your DeepSeek conversations directly from the browser extension — no export files needed.Search improvements
- Better relevance — upgraded to a larger, more reliable model for ranking results
- Smarter query understanding — improved detection of what you’re looking for
- Keyword matching — results that match more of your search terms rank higher
- Fewer missed results — relaxed filtering keeps contextually relevant results that were previously excluded
Imports page redesign
- Platform-colored cards so each import is identifiable at a glance
- Clear status badges for processing, completed, and failed imports
- Summary stats showing total files, conversations, and messages
- Filters to narrow by platform, status, or date range
Multi-file ChatGPT imports
Upload multiple ChatGPT export files at once, with guidance for splitting large exports.Browser extension v3.1.1 & v3.1.2
- Renamed “Sync” to “Sync All” for clarity
- Fixed login flow not updating the UI after signing in on Chrome
Per-bucket Knowledge Graph
Each bucket now has its own knowledge graph view. MemoryPlugin extracts the key concepts across the memories in a bucket and visualizes how they connect — useful for seeing the shape of what you’ve collected on a topic. The graph was rebuilt for smoother interaction with larger buckets.AI-powered docs help on the dashboard
A floating help button on the dashboard opens an in-app chat that answers questions about MemoryPlugin using the documentation as context. Responses include source links and suggested follow-up questions, so you can get answers without leaving the app.More reliable Monthly Insights
Monthly Insights / Life Context generation now runs as a dedicated background job with status tracking, so monthly summaries arrive more reliably and you can see when they’re being prepared.Extension onboarding
Interactive walkthrough for new users:- Essentials — four chapters covering core features with realistic mock UIs
- Progress tracking — pick up where you left off
- Opens automatically on first install; also accessible from Settings
Sync panel redesign
Compact icon-based provider selector with platform logos — in color when active, grayscale when inactive. Scales better as we add more platforms.ChatGPT to Markdown converter
Free tool for converting ChatGPT export files to clean, readable Markdown. Runs entirely in your browser — nothing is uploaded. Handles even very large export files without freezing.Try it at memoryplugin.com/tools/chatgpt-to-markdownChat import reliability
- Better handling of very large conversations
- Retry failed imports directly from the imports page
- Real-time progress tracking during sync
- Improved error recovery and cancellation
Browser extension v3.0.8 → v3.1.0
- Grok voice mode support
- LibreChat compatibility fix
- Bucket ordering now matches your dashboard preferences
- General stability improvements
Life Context
AI-generated monthly insights from your chat history. MemoryPlugin reviews your conversations and surfaces recurring themes, projects, and interests in a brief, readable summary. Available for Pro users.Shows up on your dashboard and is shared with MCP-connected AI tools for richer, more personalized context.Connected Apps
New section in Settings to manage your connected applications:- See which apps have access to your MemoryPlugin account
- Check when each connection was last used
- Revoke access with one click
Extension improvements
- Smooth animations — polished transitions when opening and closing the panel
- Sync progress — see exactly how many conversations have been synced during a batch
- Edit & delete memories directly from the extension panel (v3.0.5)
- Memory load limit — control how many memories are loaded at once (v3.0.6)
- Better mobile support — improved touch interactions
Bucket sorting
Drag-and-drop reordering for your bucket list. Your preferred order is consistent across the dashboard and browser extension.Other improvements
- Chat history upload limit raised from 500 MB to 1 GB
- Upload a single conversation file directly (ChatGPT or Claude export)
- Improved memory injection — fewer cases where AI assistants refuse to use your context
- Memories that failed to sync to search are now automatically repaired
- Updated compatibility for Google AI Studio, Claude, ChatGPT, and Gemini
- Multi-turn conversations in Ask — your full conversation history is preserved across messages
- Browser extension versions 3.0.3 through 3.0.7
MemoryPlugin 2.0
A major update focused on simplicity and usability. The interface has been redesigned to reduce clutter, keep things closer, and help you stay in context.New sidebar layout
Your buckets now live in a sidebar, always visible and one click away. No more hunting through menus.Unified Ask tool
Talk to your memories, chat history, and files from one place. Rebuilt from scratch with:- Conversation history — pick up where you left off
- Referenced sources — see which chats and files informed the answer
- Three modes — Chat History, Memories, Files
- Copy responses with one click
File buckets
Upload PDFs, Word docs, markdown, and text files. Query them through the Ask tool, MCP, or TypingMind plugin.Related docs: File bucketsKeyboard shortcuts
- ⌘K / Ctrl+K — Quick search chat history
- ⌘J / Ctrl+J — Add memory without leaving your page
- ⌘Shift+O / Ctrl+Shift+O — Jump to Ask tool
Memory management
- Bulk add — paste multiple memories at once, separated by line breaks
- Import/Export — bring memories in from CSV or JSON, or export them out
UI improvements
- Clutter removal — simplified, less busy interface throughout
- Dialogs and panels — settings, add memory, and other actions open without losing context
- Inline suggestions — review memory improvements without leaving your list
- Smart Categories easier to use — redesigned panel with clearer controls
- Redesigned imports page — clearer status at a glance
- Better copy — clearer labels and explanations throughout
Other additions
- Interactive setup guide — floating checklist for new users
- Redesigned Get to Know You — full-page chat experience
- Custom profile — set a display name and avatar
- Roadmap & feedback — accessible directly from the app
Browser extension v3.0.0
- Draggable floating button — position it where you want, remembers per site
- TypingMind auto-sync toggle — enable or disable in extension settings
- TypingMind sync performance — batch loading handles thousands of chats much faster
TypingMind plugin
- Chat history support — recall past conversations with
recall_chat_history - File search — query uploaded documents with
search_uploaded_files
MCP server improvements
- Better tool descriptions — AI tools now understand when and how to use each tool more effectively
- New tools —
get_full_conversation(complete transcripts),search_uploaded_files(query documents) - Renamed tools for clarity:
search_memories,recall_chat_history,list_bucket_categories,list_category_memories
Smart Memory enhancements
- Create custom categories — define your own smart categories instead of relying only on auto-generated ones
- Remove categorization — uncategorize buckets when you want to reorganize or start fresh
Safari extension fixes
- Fixed chat history sync — ChatGPT, Claude, and Gemini conversations now sync properly on Safari
- See which account is active — user email now displayed in the extension panel
- Improved reliability — better authentication and error handling for Safari users
Chat history improvements
- Protected pins — pinned conversations can’t be accidentally deleted
- Better search highlighting — easier to see which parts of conversations matched your search
- Faster MCP queries — Remote MCP server now runs multiple queries in parallel for quicker results
Dashboard
- Quick help access — contextual help links throughout the dashboard
- AskLibrary Plus bundle — now included in Believer tier
Extension compatibility
- Updated for latest ChatGPT interface changes
Background sync improvements
- See sync frequency and the next scheduled run in Settings
- More reliable provider switching with clearer controls
- Safer limits when adding chat history context
Chat history relevance
Smarter selection of what to include from past conversations, leading to more on‑topic answers.Chat history enhancements
- Pin important conversations — keep your most valuable chats at the top for quick access
- Improved branch handling — active conversation path is now correctly isolated, preventing messages from different branches from getting mixed together
- Modern table redesign — cleaner, more refined interface for browsing your chat history
- Parallel queries — Remote MCP inject tool runs queries in parallel so 10 queries take only as long as the slowest one, not 10x the time
Expanding Core plan access
Laying the groundwork to bring chat history features to more users:- Import limits and quota management for Core tier users
- Clear usage visibility to help you track your chat history imports
Performance improvements
- Faster memory browsing with virtualized lists — smooth scrolling even with thousands of memories
- In‑app search with Cmd/Ctrl+F — find memories instantly, with native browser search as fallback
- Improved landing page with optimized hero video and better mobile experience
Vision page
New page sharing our long‑term vision and roadmap for AI memory.Reliability improvements and bug fixes
- Fixed duplicate memory deletion handling
- Better database error handling for chat history processing
- Improved notification persistence — dismissed messages stay dismissed
- Better mobile text sizing to prevent overflow on smaller screens
Chat history (private beta)
- Import conversations from ChatGPT, Claude, and TypingMind and search them in one place
- Extension support to add chat‑history context to your messages
- Available via Remote MCP as a chat‑history inject tool
- New Chat History section in the extension settings
- You can cancel adding chat‑history context while a message is sending
Private beta — request access via Support.
Chat with chat history (private beta)
Ask questions about your imported conversations. Answers stream and include source excerpts for transparency.Private beta — request access via Support.
New AI platforms
- Kimi (kimi.com) support
- Z.ai (GLM) support (reasoning blocks stripped for clean parsing)
- OpenRouter support (streaming + message selectors)
- ChatLLM platform support
Enhanced search (Smart Memory + Query Mode, extension)
- Less intrusive search overlay while browsing chats
- Option to skip reranking for faster results
- Better relevance for retrieved context
Settings and sync (extension)
- Redesigned Chat Sync tab with clearer status and controls
- Settings menu overhaul for easier discovery (late September)
Remote MCP server (hosted)
Connect from any MCP‑compatible tool over the internet — no local setup. Supports Smart Memory, basic memory tools, and a chat‑history inject tool.Learn more: Remote MCP serverMemory suggestions
Keep your memories dynamic and up to date:- Merge similar notes, remove duplicates, and flag outdated info
- Evolve existing memories with fresher details instead of piling on new ones
- Reduce clutter so relevant context surfaces more often
- Review suggestions and apply changes with one click for full control
Improved onboarding
Helpful notifications and prompts to discover features and complete setup.Reliability improvements and bug fixes
- Improved Smart Memory reliability with progress tracking and fewer stuck jobs
- Fixed Claude issues in the extension
Performance
- Faster memory lists — pages open quicker and feel snappier
- Quicker search — results update smoothly as you type
- Better on mobile — navigation and actions feel lighter
Pricing updates
Introduced flexible monthly and annual billing options for the Pro plan with early-bird pricing for annual subscribers.Platform updates
- Perplexity: New platform support via the browser extension
- DeepSeek: Updated selectors for better compatibility
- Claude: More resilient message interception on single-page navigation
Memory Chat improvements
Better dark‑mode styling and readability in Memory Chat.Dark mode (dashboard)
Dark mode across core dashboard components for comfortable use at night.Settings page
Better structure and mobile experience for Settings.Dashboard navigation
New tabbed dashboard interface and a more compact action bar.Smart Memory
Filter Smart Memory categories directly in the dashboard.Search relevance
Better ranking for memory search results.Bulk actions
Bulk delete memories directly from the dashboard.Feature Launch: Smart Memory
Automatically organizes buckets (30+ memories) into meaningful categories with concise summaries. During a chat, MemoryPlugin can load only the categories that match the topic — reducing noise and token use while keeping answers focused.Benefits
- More relevant answers by sending only what’s needed
- Lower token usage and less clutter in long chats
- Scales better as your memory collection grows
How to use
- Add 30+ memories to a bucket
- Click “Create Smart Categories” in the dashboard — see the Smart Memory guide
- Refresh categories anytime as your memories evolve
Post‑release reliability
Smoother processing for large collections with clearer progress feedback and fewer interruptions.Related docs: Smart MemorySaving reliability
More dependable saving — memories save even if a selected bucket changes or isn’t available. Automatically falls back to “General” bucket when needed.Browser extension improvements
- Clearer text insertion with better formatting — memories appear properly separated and easier to read
- More reliable memory loading across Claude, ChatGPT, Gemini, Grok, and AI Studio
- Better timing when inserting context prevents text from merging together
Sign‑in
Added one‑time passcode (OTP) support for a smoother, more secure login.In development
Foundational work on Smart Memory categorization system, preparing for June launch.Token usage tracking
See how much context your buckets use with visual percentage indicators and color-coded warnings to help you stay within model limits.ChatGPT Canvas compatibility
MemoryPlugin button now adjusts position automatically when Canvas opens, keeping controls accessible while you work.Support & feedback
- Integrated live chat support for faster help
- New feedback system to share suggestions and report issues
Reliability improvements
Various backend improvements and bug fixes for better stability.Learn more: Browser extensionNew platform support
- Grok (x.ai) - Access your memories while chatting with X’s AI assistant
- Poe - MemoryPlugin now works with Poe’s multi-model platform
Memory chat (beta)
Ask questions about your stored memories and get AI-powered answers based on your memory collection.Text handling improvements
Smoother memory insertion and formatting in chats, with better cursor behavior across platforms.Browser extension reliability
Better bucket switching and improved ChatGPT message detection for more consistent behavior.Qwen support
Added support for Qwen, expanding MemoryPlugin’s reach to more AI platforms and giving you consistent memory access wherever you chat.Learn more: QwenReliability improvements
- Fixed Safari cookie handling for better browser compatibility
- Improved bucket and profile initialization for new users
Mistral support
MemoryPlugin now supports Mistral AI! Access your memories while chatting with Mistral’s powerful language models.DeepSeek support
Get long-term memory with DeepSeek via the browser extension! Your memories work across all platforms - no lock-in, no starting from scratch with each new tool.Learn more: DeepSeekTeam functionality (private beta)
Initial team collaboration features for TypingMind custom deployments.Related docs: Teams (TypingMind custom)Interactive onboarding
Smart onboarding that learns about you through conversation and automatically creates your first memories based on what you share — getting you set up with personalized context from day one.Bulk operations
Perform operations on multiple memories at once:- Delete multiple memories in one action
- Move memories across buckets in bulk
- No more one operation at a time
Performance improvements
Faster memory operations — adding, updating, and deleting memories now happen in the background so you don’t have to wait.ChatGPT saved memories import
Import your ChatGPT “saved memories” via the browser extension.Google AI Studio support
Added compatibility for Google AI Studio platform.TypingMind browser extension support
Access your memories directly in TypingMind through the browser extension — no plugin configuration needed.Self-hosted AI platform support
Extension permission improvements enable compatibility with self-hosted AI platforms and custom deployments.Browser extension improvements
Extension can now save multiple memories from a single AI response when multiple save commands are detected.API enhancements
Bucket creation now available in the OpenAPI spec for custom integrations and automations.Performance improvements
Faster memory moves — moving memories between buckets now happens quicker with parallel database updates.Reliability improvements
Fixed duplicate memory detection to prevent accidental re-saves.iOS Safari support
MemoryPlugin now works on iOS! Use the browser extension with Safari on your iPhone and iPad.Enjoy the same seamless experience across all your favorite AI tools from your iOS devices. The extension works exactly the same way as it does on Chrome on desktop.TestFlight access
Early access available through TestFlight - install and start testing on iOS.Browser extension improvements
- Faster memory loading with caching — your memories appear instantly when you reopen the panel
- Visual feedback when saving memories — button shows spinner and checkmark states
- Fixed issues with ChatGPT compatibility
Memory buckets
Organize your memories like never before! Group related memories together with custom buckets:- Create “Personal” vs “Work” buckets
- Separate “Project 1” from “Project 2”
- Isolate related memories from unrelated ones
- Have more control over which memories appear in each chat
Browser extension updates
Pick which bucket to save to when the AI suggests a memory — no need to move it later.Improvements
- Won’t save the same memory twice
- Better memory insertion in ChatGPT
ChatGPT support
Full browser extension support for ChatGPT — access and inject your memories directly while you chat.Learn more: ChatGPTMemoryPlugin Custom GPT
Use MemoryPlugin inside ChatGPT with our Custom GPT. It can fetch and use your memories during a conversation — including an option to load your entire set when you ask.Learn more: Custom GPTGemini support
Google Gemini is now supported via the browser extension.Learn more: GeminiLibreChat support
MemoryPlugin now works with LibreChat so you can use memories on your self‑hosted setup.Claude improvements
More reliable detection of new replies so save prompts appear at the right time, and memory insertion is more consistent.Dashboard
- One‑click export: copy all memories to your clipboard to paste into any tool or keep a portable backup
- See your total memory count at a glance
Browser extension
- Save commands are case‑insensitive — “to=MemoryPlugin” works just like “to=memoryplugin”
- Gemini: no more cursor jumps when inserting context; text lands where it should
- Load more context: up to 150 recent memories can be pulled in when you need extra detail
Custom GPT
- Added a “Load all memories” option so your Custom GPT can fetch your full set on demand
Sign‑in and reliability
- Fewer re‑logins thanks to automatic session refresh
- Clearer OAuth consent screen
- Newest memories appear first in the dashboard and extension
Clearer setup when your token is missing or invalid in TypingMind
- Where you see it: MemoryPlugin now shows a plain‑English message right in TypingMind when your token isn’t set or is incorrect
- What to do: the message tells you to copy your token from https://www.memoryplugin.com/dashboard and paste it into the TypingMind plugin settings
- Consistent across actions: the same guidance appears when reading or saving memories so TypingMind can surface it directly
Reliability improvements
- Fixed error when viewing memories for the first time
Add memories directly from the dashboard
- Create new memories without needing to chat with an AI
- Your memories appear immediately in your collection
Performance improvements
- Improved memory loading performance
Support and policies
- Added refund policy page for transparency about our refund process
- Fixed checkout issues that prevented some users from signing up
MemoryPlugin launches
Give your AI conversations long‑term memory and stop repeating yourself.TypingMind integration
MemoryPlugin debuts with a TypingMind plugin, bringing persistent memory to your AI conversations.Learn more: TypingMind pluginCore features
- Store and retrieve memories across conversations
- Vector-based semantic search for relevant context
- Secure memory storage with authentication
- Real-time memory injection into AI chats