---
type: comparison
updated: June 10, 2026
---

Basic Memory vs Letta

A knowledge base in files you own versus a research-driven agent framework. The right choice depends on whether you want memory for your AI tools or infrastructure for agents you are building.

The short answer

Basic Memory gives your existing AI tools. Claude, ChatGPT, Cursor, Codex. A persistent, shared knowledge base stored as plain Markdown you can read and edit. Letta (formerly MemGPT) is a full agent framework: you build stateful agents inside it, and it manages their memory, tools, and execution. If you want your AI tools to remember your work, use Basic Memory. If you are engineering autonomous agents and want managed state and a runtime, Letta is serious infrastructure for that.

Basic Memory vs Letta feature comparison
Basic Memory Letta
What it is Knowledge base for you and your AI toolsAgent framework with persistent state
You can read what is stored Yes. Plain Markdown filesPartially. Through the framework
Works with your existing AI tools Yes. Any MCP client (Claude, ChatGPT, Cursor…)No. You build agents inside Letta
Open source Yes (AGPL-3.0)Yes (Apache 2.0)
Origin Built for human + AI knowledge workMemGPT research project (UC Berkeley)
Funding model Bootstrapped$10M VC
Pricing Free local; Cloud from $15/seat/monthOpen source; Letta Cloud usage pricing

Different layers of the stack

Memory you can open in a text editor

Choose Basic Memory if

  • You want persistent memory for AI tools you already use, not a new framework
  • You want to read and edit what your AI knows. It is just Markdown
  • You want a team knowledge base that humans and agents share
  • You want local-first files with no runtime dependency

Choose Letta if

  • You are building complex autonomous agents that need managed state
  • You want a full agent runtime, not just memory
  • You are doing research on memory architectures

Frequently asked questions

Is Letta the same as MemGPT?
Yes. Letta is the company and platform that grew out of the MemGPT research project. The MemGPT paper introduced the idea of treating an LLM context window like virtual memory with paging.
Can I use Basic Memory with agents I build?
Yes. Any agent that speaks MCP can use Basic Memory as its knowledge base, and there are official plugins for agent platforms like OpenClaw and Hermes. Teams use Basic Memory Cloud as shared memory for agent fleets. That is the "Agents" tier on the pricing page.
Which is easier to set up?
Basic Memory connects to an existing AI tool in about two minutes (one MCP command or connector). Letta requires building an agent inside the framework first. More power for agent engineering, more setup for everyday use.

Try Basic Memory free

Open source to run locally. Cloud from $15/seat/month with a 7-day trial.