Grantai Memory
/install grantai-memory
GrantAi Memory
Persistent 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.
Free for OpenClaw Users
GrantAi Memory is free for OpenClaw users - automatic activation, no license key required.
The Problem
OpenClaw agents hit context window limits mid-task, forget everything, and start from scratch.
The Solution
GrantAi gives your agent exact recall in milliseconds:
- Memory persists across sessions
- Works outside the context window
- 100% local - data never leaves your machine
- AES-256 encrypted at rest
Installation
Download from solonai.com/grantai/download
- macOS: .pkg installer
- Windows: GUI installer (.exe)
- Linux: .tar.gz package
- Docker:
ghcr.io/solonai-com/grantai-memory:1.8.6
Configuration
Add 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
Tools
| 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 |
Usage Examples
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
Support
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install grantai-memory - After installation, invoke the skill by name or use
/grantai-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Grantai Memory?
Persistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install Grantai Memory?
Run "/install grantai-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Grantai Memory free?
Yes, Grantai Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Grantai Memory support?
Grantai Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Grantai Memory?
It is built and maintained by lgrant1234 (@lgrant1234); the current version is v1.3.0.