Welcome to the wadachi wiki
Wadachi (轍, wa-da-chi — the tracks wheels leave in a road) is a persistent, local-first memory server for AI agents, spoken over MCP. Your sessions leave tracks; future sessions follow them.
This wiki covers everything: how the brain works, every one of the 31 tools, every CLI command, every safety mechanism, and the honest answers in the FAQ — the honest answers.
Meta-note: this wiki is itself built the way wadachi's brain is built — markdown files with wikilinks, compiled to plain HTML. What you're reading practices what it preaches.
What wadachi is, in one paragraph
Most memory tools store and search. Wadachi's brain behaves like one: memories are Beliefs, staleness & decay that can go stale and be superseded; Decisions remember why and what was rejected; a typed The typed knowledge graph connects everything; it can Provenance & time-travel to what it believed at any date; and it periodically "sleeps" — proposing consolidations that you approve. All of it local, in plain markdown you own, with zero telemetry.
The four rules
Everything in wadachi follows four design rules:
- Local-first, privacy-first. No telemetry, no cloud calls, no exceptions.
- Memories are sacred. Nothing is ever lost or silently rewritten — versioning, migrations with backups, export/restore.
- Propose, never auto-edit. The software suggests; the human decides.
- Degrade gracefully. Everything works (or fails helpfully) without optional deps.
Where to start
- New here → Installation then Connecting your client
- Want to understand the design → The brain on disk, Beliefs, staleness & decay, The typed knowledge graph
- Daily workflow → get_context — start here, every session, Search & retrieval, Sleep — consolidation, proposed
- Worried about your data → Safety — the whole chain (you should read it anyway — it's the best part)
- Quick lookups → Tool reference — all 31, CLI reference, Troubleshooting, FAQ — the honest answers