Basic Memory
Persistent AI memory as local Markdown files that both you and the model can read and edit.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
People who want AI memory they can read, edit and keep as plain files.
Your organisation can't adopt AGPL-3.0 software.
About Basic Memory
Basic Memory stores what an assistant learns as Markdown notes on your machine and links them into a knowledge graph, so Claude, Codex, Cursor, ChatGPT and other MCP clients can pick up where they left off. The files work in Obsidian-style vaults. A paid hosted and team service is offered alongside the open-source local server.
Basic Memory is an open-source project written primarily in Python, with 4.0k stars on GitHub. It was last updated in September 2026.
Add Basic Memory to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add basic-memory -- uvx --prerelease=allow basic-memory mcpCursor
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": ["--prerelease=allow", "basic-memory", "mcp"]
}
}
}VS Code
{
"servers": {
"basic-memory": {
"type": "stdio",
"command": "uvx",
"args": ["--prerelease=allow", "basic-memory", "mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": ["--prerelease=allow", "basic-memory", "mcp"]
}
}
}Codex
[mcp_servers.basic-memory]
command = "uvx"
args = ["--prerelease=allow", "basic-memory", "mcp"]Basic Memory vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Basic Memorythis listing | 4.0k | Python | AGPL-3.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
