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: INLINECODE0
Configuration
Add to your OpenClaw config:
CODEBLOCK0
Or with Docker:
CODEBLOCK1
Tools
| Tool | Description |
|---|
| INLINECODE1 | Query memory (use FIRST before file searches) |
| INLINECODE2 |
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:
CODEBLOCK2
Recall it later:
CODEBLOCK3
Import codebase:
CODEBLOCK4
Support
SolonAI
GrantAi 记忆
为你的 OpenClaw 智能体提供持久记忆。再也不会触及上下文限制。
你的智能体能够记住一切——从1分钟前到5年前。毫秒级精确回忆。
对 OpenClaw 用户免费
GrantAi 记忆对 OpenClaw 用户免费——自动激活,无需许可证密钥。
问题所在
OpenClaw 智能体在任务中途触及上下文窗口限制,忘记一切,然后从头开始。
解决方案
GrantAi 为你的智能体提供毫秒级精确回忆:
- - 记忆跨会话持久化
- 在上下文窗口外工作
- 100%本地——数据永不离开你的机器
- 静态数据采用 AES-256 加密
安装
从 solonai.com/grantai/download 下载
- - macOS:.pkg 安装程序
- Windows:GUI 安装程序 (.exe)
- Linux:.tar.gz 包
- Docker:ghcr.io/solonai-com/grantai-memory:1.8.6
配置
添加到你的 OpenClaw 配置中:
yaml
mcp:
grantai:
command: grantai-mcp
或使用 Docker:
yaml
mcp:
grantai:
command: docker
args:
- run
- -i
- --rm
- -v
- grantai-data:/data
- ghcr.io/solonai-com/grantai-memory:1.8.6
工具
| 工具 | 描述 |
|---|
| grantaiinfer | 查询记忆(在文件搜索前优先使用) |
| grantaiteach |
存储信息供将来回忆 |
| grantai_learn | 将文件/目录导入记忆 |
| grantai_summarize | 保存会话摘要 |
| grantai_project | 跨会话跟踪项目状态 |
| grantai_snippet | 存储带上下文的代码片段 |
| grantai_capture | 逐字捕获对话轮次 |
| grantai_git | 导入 git 提交历史 |
| grantai_health | 检查记忆系统状态 |
| grantai_savings | 查看令牌节省统计 |
使用示例
存储一个决策:
记住我们决定使用 JWT 进行身份验证
稍后回忆:
关于身份验证我们做了什么决定?
→ 毫秒内返回精确决策
导入代码库:
学习 src/ 目录
支持
SolonAI