PluginDefault onclawql-memory
Plugins hub · Registry reference
Memory (vault)
Plugin ID: clawql-memory
Package: packages/clawql-memory — MemoryPlugin
Persists durable session knowledge to an Obsidian-compatible vault and recalls it across chats via graph-aware search.
MCP tools
| Tool | Purpose |
|---|---|
memory_ingest | Write structured insights, wikilinks, and optional verbatim tool output to the vault |
memory_recall | Query the vault (text + optional graph depth) before deep work |
Enable / disable
| Env | Default | Effect |
|---|---|---|
CLAWQL_ENABLE_MEMORY=0 | on | Omit 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
memory_recallat task start with a focused query- Do work with
search/execute memory_ingestwith decisions, debugging conclusions, and wikilinks before ending the session
