Skip to main content
Version: Future

Obsidian

Obsidian is a popular personal knowledge base built on local Markdown files. Engram is also file-first and Markdown-based, but the focus differs.

DimensionEngramObsidian
PurposeAI-agent memory protocolPersonal knowledge base
RoutingGraph-aware task routing into agent contextManual linking and search
ApprovalHuman approval gate before durable writesHuman authors directly
Agent integrationSkill files, slash adapters, MCP, hooksNone built-in
Best fitteams using AI agents that need durable, routed memoryindividuals building a linked note graph

Use both: Engram for agent-facing durable memory, Obsidian for personal knowledge. Both are Markdown and Git-friendly.

Next steps