Labsco
SawyerHan-AI logo

TideMind

β˜… 8

from SawyerHan-AI

Open-source AI memory layer β€” a living knowledge graph across all your AI tools and notes. Local-first, SQLite-backed, MCP-native.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup
<p align="center"> <img src="docs/assets/banner.png" alt="TideMind" width="100%" /> </p> <p align="center">A living second brain that connects everything you think with β€” your AI agents, your notes, and whatever comes next.</p> <p align="center">

Website License: MIT Node.js >= 18 MCP Compatible Docs GitHub Discussions

</p> <p align="center"> <a href="README.md">English</a> | <a href="README_CN.md">δΈ­ζ–‡</a> </p>

Why TideMind

Your memory is scattered across a dozen tools, and none of them talk to each other.

Claude remembers you like concise code, but Cursor has no idea. You spent a week organizing design thinking in your notes, but the next time you discuss it with an AI, it knows nothing. Every tool quietly accumulates its own understanding of you, yet nothing connects them.

The deeper problem: existing AI memory is just listing and storing facts. It won't link memories together, won't discover commonalities across your ideas that you haven't noticed yourself, and certainly won't build a complete profile of who you are. And as memories pile up, the data grows increasingly redundant and harder to retrieve.

TideMind is a memory layer that spans all your tools β€” a living knowledge graph that connects your AI, your notes, and your thinking.

What is TideMind

TideMind Concept

All your memory, in one place. TideMind connects your AI tools, your notes, and whatever comes next into a single knowledge graph. Conversations across different AIs, notes across different apps β€” no longer scattered in silos, but woven together, cross-pollinating.

Every AI knows you completely. At the start of each conversation, TideMind provides your AI with a profile and key memories distilled from all past interactions β€” who you are, how you think, what you care about.

More precise, more complete recall. When your AI needs more context, it doesn't just rely on keyword/vector search β€” it can follow links between memories, navigating from one decision to the discussion behind it, then to later changes it triggered. No need to load everything; no risk of missing what matters. It starts with a few highly relevant nodes and explores along links when more context is needed β€” on-demand exploration.

More than a database β€” a living system. Memories form connections automatically. Unimportant details naturally fade; important ones are reinforced and updated. TideMind actively discovers commonalities you haven't noticed β€” linking a decision from three months ago to the problem you're facing today. Information doesn't end at storage. It's digested, connected, distilled, and sometimes forgotten. That's what "living" means.

Simple to start. Connect your AI tools through the MCP protocol β€” one config, no habit changes. Import and sync notes with a single click.

Your memory belongs to you. All data lives in a single SQLite file on your machine, exportable to Markdown anytime. No cloud, no vendor lock-in. Go fully local with Ollama for privacy, use cloud models for quality, or mix both.

How it's different

Typical AI MemoryTideMind
ProfileNo profile, or siloed within a single AIComplete profile built from all your data, delivered to AI at the start of every conversation
StorageFlat list of factsKnowledge graph where memories dynamically evolve across multiple dimensions over time and use
RecallKeyword / vector top-KStarts from the most relevant memories, follows links to explore, expands on demand
EmergeStored memories stay frozenA living system that surfaces new cognition
DataCloud / vendor-lockedLocal SQLite file, export to Markdown anytime

How it works

Active Graph

All information β€” AI conversations, note content, your preferences and decisions β€” lives as nodes and links in a single graph. Nodes aren't static index cards; they carry four maturity dimensions (activity, refinement, connectivity, independence) that together determine a memory's fate: reinforced, connected, crystallized, or forgotten.

Learn more about the Active Graph model

Three Cognitive Tools

TideMind exposes three tools via the MCP protocol, corresponding to three cognitive operations:

ToolWhat it doesWhen to use
brain_prepareLoad memory contextStart of every conversation
brain_recallNavigate and retrieve memoriesWhen you need historical context
brain_digestStore new informationWhen something worth remembering emerges

This isn't CRUD. Prepare is like opening a memory map. Recall is like remembering β€” and each recall strengthens the memory. Digest is like absorption β€” incoming information is decomposed, connected, and woven into the existing knowledge network.

brain_recall goes beyond search. AI can follow links between memories β€” starting from an architecture decision, jumping to the discussion behind it, then to later changes it triggered. Like walking through a knowledge network, not guessing keywords in a search box. It returns a small set of highly relevant nodes first, then expands along links when more context is needed β€” exploring on demand, never loading everything upfront.

Learn more about the three tools

Metabolism

TideMind continuously maintains the graph in the background, much like the brain organizes memories during sleep:

  • Daily: Inactive memories gradually decay (but highly connected hub nodes are protected); candidate links are confirmed or pruned
  • Weekly: Divergent scanning β€” discovering node pairs that share neighbors but lack direct links, evaluating whether hidden connections exist; highly connected information crystallizes into Crystals β€” distilled representations of your thinking patterns, behavioral preferences, and core decisions

Information isn't just stored. It's digested, organized, connected, and sometimes forgotten. That's what "living" means.

Learn more about the metabolism system

Supported Integrations

AI Tools

ToolStatusNotes
Claude CodeSupportedNative MCP support
CursorSupportedMCP configuration
WindsurfSupportedMCP configuration
CodexSupportedMCP configuration
Any MCP-compatible toolSupportedStandard protocol, plug and play

Note Systems

SourceStatusNotes
LogseqSupportedFile watching, incremental sync, properties promoted to tags
ObsidianSupportedVault import, Canvas support, wikilink resolution
Apple NotesSupportedRead-only sync, attachment text extraction
More coming soon...

Desktop Client

TideMind ships with a desktop client for browsing your knowledge graph, monitoring system metabolism, and tuning parameters. It's an inspection tool β€” for observing what your external brain is thinking, discovering, and forgetting.

The main interface of TideMind isn't this app. It's whatever AI tool you're already using.

<p align="center"> <img src="docs/assets/screenshot-dashboard.jpg" alt="Dashboard β€” metrics, activity feed, crystal discoveries, and tag overview" width="100%" /> </p> <p align="center"><em>Dashboard β€” real-time pulse of your second brain</em></p> <p align="center"> <img src="docs/assets/screenshot-graph.jpg" alt="Brain Explorer β€” interactive knowledge graph with cross-domain connections" width="100%" /> </p> <p align="center"><em>Brain Explorer β€” visualize how your memories connect across domains</em></p> <p align="center"> <img src="docs/assets/screenshot-list.jpg" alt="Memory detail β€” maturity radar, evidence chains, and linked nodes" width="100%" /> </p> <p align="center"><em>Memory detail β€” four-dimensional maturity model and evidence chains</em></p>

Documentation

DocumentDescription
Design PhilosophyFrom Bush (1945) to Clark & Chalmers (1998) β€” the cognitive science behind TideMind
ArchitectureActive Graph model, four maturity dimensions, link type system
Metabolism & Self-EvolutionDecay mechanics, divergent scanning, crystal emergence, three-tier learning
Integration GuideDetailed setup for each AI tool and note system
API ReferenceFull parameter documentation for prepare / recall / digest

Contributing

Contributions of all kinds are welcome. See CONTRIBUTING.md to get started.

License

MIT


Inspired by 80 years of cognitive science β€” from Bush's Memex to modern memory reconsolidation research.