Skip to content

Talamus

Talamus — Memory that survives the session.

Local-first, source-grounded memory that you and your AI agents share.

Talamus turns documents, repositories, URLs, and consented agent sessions into durable Markdown knowledge. It retrieves that knowledge with citations and bitemporal history, on your machine and with the LLM engine you already use.

Install in 60 seconds View on GitHub

pipx install "talamus[mcp]"
talamus setup

No account or hosted service is required. Plain search and recall are local and free; operations that invoke an LLM remain explicit.

See memory survive a fresh session

A completed agent session becomes cited, local memory for the next one.

Talamus exposes 16 MCP tools for Claude Code, Cursor, Codex, and OpenCode, while the same brain stays readable as ordinary Markdown plus a local SQLite/FTS5 index.

What makes it different

  • Time — inspect what the brain knew at an earlier date with --as-of, history, and timeline.
  • Meaning — induce and review an evidence-backed ontology instead of imposing a fixed folder tree.
  • Verifiability — retain source provenance, cite retrieved notes, and gate proposed corrections behind review.
  • Local-first control — keep the core usable without a cloud account, hosted database, or hidden paid call.

The measured benchmarks publish both wins and losses, with every public number traced to a committed result artifact.

Where to go next