Install
openclaw skills install grantai-memoryPersistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions.
openclaw skills install grantai-memoryPersistent memory for your OpenClaw agent. Never hit context limits again.
Your agent remembers everything - from 1 minute ago to 5 years ago. Exact recall in milliseconds.
GrantAi Memory is free for OpenClaw users - automatic activation, no license key required.
OpenClaw agents hit context window limits mid-task, forget everything, and start from scratch.
GrantAi gives your agent exact recall in milliseconds:
Download from solonai.com/grantai/download
ghcr.io/solonai-com/grantai-memory:1.8.6Add to your OpenClaw config:
mcp:
grantai:
command: grantai-mcp
Or with Docker:
mcp:
grantai:
command: docker
args:
- run
- -i
- --rm
- -v
- grantai-data:/data
- ghcr.io/solonai-com/grantai-memory:1.8.6
| Tool | Description |
|---|---|
grantai_infer | Query memory (use FIRST before file searches) |
grantai_teach | Store information for future recall |
grantai_learn | Import files/directories into memory |
grantai_summarize | Save session summaries |
grantai_project | Track project state across sessions |
grantai_snippet | Store code snippets with context |
grantai_capture | Capture conversation turns verbatim |
grantai_git | Import git commit history |
grantai_health | Check memory system status |
grantai_savings | View token savings statistics |
Store a decision:
Remember that we decided to use JWT for authentication
Recall it later:
What did we decide about authentication?
→ Returns exact decision in milliseconds
Import codebase:
Learn the src/ directory