OpenClaw¶
Give your OpenClaw / ClawHub agents access to HydraMem's verified local memory and knowledge graph.
Prerequisites¶
- HydraMem on
$PATH(hydramem --version). - OpenClaw installed.
Connect (MCP)¶
Add HydraMem as an MCP server via the CLI:
Or edit the config directly
How it works¶
Once connected, OpenClaw agents get all 18 tools plus HydraMem's memory protocol. Encourage the agent (via its system prompt / skill) to:
- Never guess — query
hydra_search_toolorgraph_only_search_toolbefore confidently answering questions about past work. - Persist decisions — call
rememberwhen something is decided, so it survives across sessions (verified before storage). - Grow the graph —
create_relation/delete_relationto curate facts.
This pairs autonomous code execution with persistent, high-recall, local memory.