Skip to main content
PluginDefault onclawql-memory

Plugins hub · Registry reference

Memory (vault)

Plugin ID: clawql-memory
Package: packages/clawql-memoryMemoryPlugin

Persists durable session knowledge to an Obsidian-compatible vault and recalls it across chats via graph-aware search.

MCP tools

ToolPurpose
memory_ingestWrite structured insights, wikilinks, and optional verbatim tool output to the vault
memory_recallQuery the vault (text + optional graph depth) before deep work

Enable / disable

EnvDefaultEffect
CLAWQL_ENABLE_MEMORY=0onOmit MemoryPlugin and hide both tools

Prerequisites

  • Writable CLAWQL_OBSIDIAN_VAULT_PATH (Docker images often use /vault)
  • Tools register even without a vault path, but I/O fails until the path is configured

Optional hybrid vector index: see memory-db-hybrid-implementation.md in the repo.

Typical workflow

  1. memory_recall at task start with a focused query
  2. Do work with search / execute
  3. memory_ingest with decisions, debugging conclusions, and wikilinks before ending the session

Learn more