← Back to Blog
Positioning

GeraMind vs. ChatGPT Memory vs. MCP Memory Servers: An Honest Comparison

Published 21 April 2026 · 8 min read

Upcoming product · 2030 vision · not yet in general availability

Quick answer. ChatGPT Memory is vendor-hosted, vendor-controlled, not portable. MCP memory servers are self-hostable, but consent is install-time and per-agent. GeraMind aims for a single user-owned vault with per-query consent, purpose binding, and portable export. All three have legitimate use cases — GeraMind is not trying to replace the others.

Honest framing

This is a comparison, not a takedown. Each of these approaches exists for good reasons. The purpose of the post is to help you understand the shape differences so you can pick the right tool.

ChatGPT Memory (OpenAI, 2024)

ChatGPT Memory lets ChatGPT remember facts across conversations. OpenAI stores the memory in their infrastructure; the user can view and delete items through the ChatGPT UI.

What it does well: zero setup. It’s invisible to the user, works across devices that run ChatGPT, and gets better automatically as OpenAI improves inference.

Trade-offs: vendor-locked (does not work with Claude or Gemini), no portability, coarse consent (it’s on or off), no per-read audit the user owns, no purpose binding, lives in OpenAI’s infrastructure under their terms of service.

Anthropic Projects (2024)

Claude’s project-level memory primitives scope memory to a project rather than to the user. Similar pattern to ChatGPT Memory with a different default scope.

MCP Memory Servers (community, 2024–2026)

The Model Context Protocol lets you connect an LLM to an external memory server. Several community implementations now exist. Self-hosted or hosted by a third party; portable across any MCP-compatible agent.

What it does well: portable across MCP-compatible agents (Claude, increasingly others). Self-hostable if you want full control. Good interop with the broader MCP tool ecosystem.

Trade-offs: consent is install-time (you install the server, you’ve consented to everything it can do), coarse scopes (categories, not queries), per-query purpose binding is not standardised, inheritance / export / deletion are per-implementation.

GeraMind

GeraMind aims for a single user-owned vault with per-query consent, purpose binding, data-minimisation at the query layer, and portable export. It is deliberately a protocol-plus- reference-implementation so others can implement the spec.

What it’s designed to do well: portable by design, per-query consent (not install-time), purpose-bound tokens that resist prompt injection, cryptographic deletion via per-category keys, user-owned audit. Works with any MCP-compatible agent via a thin wrapper.

Trade-offs: not shipping today, public design underway, heavier ceremony than ChatGPT Memory, requires agent- side support for the query layer (we’re publishing a reference SDK).

Feature matrix

FeatureChatGPT MemoryMCP memory serversGeraMind
Portable across vendorsNoMCP-onlyYes (by design)
User-hosted optionNoYesYes
Per-query consentNoNoYes
Purpose bindingNoNoYes
User-owned audit logPartialPer-implYes
Cryptographic deletionNo public specPer-implYes (planned)
Shipping todayYesYes (several)No (2027 beta)

Which should you use

Casual user on ChatGPT only: ChatGPT Memory is fine. You’re accepting vendor lock-in for zero setup, and that’s a reasonable trade.

Technical user across multiple MCP-compatible agents: an MCP memory server today. GeraMind integration when it arrives.

Privacy-sensitive use (health, legal, financial): GeraMind is being designed for this case from the start — the sensitive tier has stricter defaults specifically because we expect people to want that.

How we want to play

Not a walled garden. The GeraMind protocol is open; third parties can implement it; we’re building the reference implementation so there is an obvious on-ramp. Existing MCP memory servers can adopt the GeraMind query layer and become compatible.

Our interest isn’t winning the category. It’s making sure the category exists with the right properties before the market settles.

Related

GeraNexus consumes GeraMind queries for agent-initiated commerce. Gera Services publishes compatibility matrices as the specs stabilise.

Help us design the vault.

Join the waitlist