Overview
Features
Local Markdown knowledge base with semantic graph
Stores notes as Markdown and structures them into Entities with Observations and Relations to form a traversable knowledge graph.
Bidirectional synchronization
Keeps local Markdown files and the knowledge graph in sync so changes propagate in both directions.
MCP exposure and tooling
Implements the Model Context Protocol (MCP) to enable AI integration, exposing traversal and manipulation tools.
Memory URLs across tools
Uses memory:// URLs to reference entities across different tools and conversations.
SQLite-backed indexing and search
Indexes and enables fast search over the knowledge graph using a local SQLite database.
Real-time persistence
Notes are saved locally in real time, enabling immediate consistency across sessions.
Multiple projects support
Supports multiple memory projects with project-level configuration and management commands.
Cloud integration (optional)
Cloud login, bidirectional sync, integrity checks, and cloud mounting available via subscription, with local Markdown data preserved by default.
Who Is This For?
- Solo knowledge workers:Maintain a persistent local knowledge base and memory across conversations with LLMs using MCP.
- Developers/Integrators:Integrate MCP-based knowledge graph traversal/manipulation into workflows (e.g., via VS Code or Claude Desktop).
- Productivity enthusiasts:Organize notes semantically, link related topics, and perform efficient searches with SQLite.
- Cloud-enabled users:Extend capabilities to cross-device syncing and cloud storage through a subscription.




