
Basic Memory
Local-first persistent memory for AI chats using Markdown notes

Basic Memory is a local-first “memory layer” that lets AI assistants build and reuse long-term context across chats. It stores knowledge as human-editable Markdown files and exposes that knowledge to compatible LLM clients via the Model Context Protocol (MCP).
Key Features
- Bi-directional read/write memory: AI can create and update notes, and you can edit them with standard tools
- Local Markdown storage with semantic patterns (frontmatter, observations, relations) to form a traversable knowledge graph
- Local indexing and search backed by SQLite for fast retrieval
- MCP server integration to connect with compatible AI clients (for example desktop assistants and editors)
- Multi-project organization for separate knowledge bases
- Optional sync workflows, including real-time syncing and cloud-oriented commands
Use Cases
- Build a personal knowledge base that persists across AI conversations without repeated re-explaining
- Maintain project “working memory” for coding, research, or writing using Markdown and wiki-style linking
- Share consistent prompts, instructions, and structured notes across different AI tools while keeping content editable
Limitations and Considerations
- Effectiveness depends on maintaining consistent note structure (observations/relations) for higher-quality retrieval
- Some cross-device features may depend on optional syncing workflows rather than the core local-only setup
Basic Memory is a practical way to turn conversations into durable, structured notes that both humans and AI can navigate. By keeping the source of truth in plain text Markdown, it aims to stay interoperable with existing editors and workflows while enabling richer, reusable AI context.
Categories:
Tags:
Tech Stack:
Similar Services

AppFlowy
Open-source collaborative workspace and Notion alternative
Open-source, privacy-focused collaborative workspace for notes, databases, kanban boards and AI-assisted writing; desktop, mobile and web clients with local-first storage...

AFFiNE
Open-source, local-first knowledge workspace for docs, whiteboards and databases
All-in-one, privacy-focused workspace that merges docs, whiteboards and databases with real-time collaboration and multimodal AI assistance.

Memos
Privacy-first self-hosted note-taking and knowledge base
Memos is a lightweight, privacy-first self-hosted note-taking service with Markdown, fast search, and sharing features for personal notes, wikis, and team knowledge.


Joplin
Offline-first note-taking app with end-to-end encrypted sync
Joplin is an offline-first, privacy-focused note and to-do app with end-to-end encryption, Markdown support, web clipping, and sync across desktop and mobile.

SiYuan
Privacy-first block-based personal knowledge management app
Open-source, block-oriented personal knowledge manager with Markdown WYSIWYG, block-level two-way links, encrypted sync, Docker deployment and AI integrations.


Logseq
Privacy-first knowledge management and collaboration platform
Logseq is a privacy-first, open-source knowledge management app for networked notes, tasks, and collaboration using local Markdown or Org-mode graphs.
Markdown
Docker
Python