GrantAi Memory provides secure, local persistent memory for OpenClaw agents with sub-second recall and encrypted storage across sessions.
Give your OpenClaw agents persistent memory that works across sessions. GrantAi uses exact-recall architecture (not RAG/vectors) for sub-second retrieval, 100% local with AES-256 encryption.
Install GrantAi:
curl -fsSL https://solonai.com/install.sh | bash
Add to mcporter:
mcporter config add grantai ~/.grantai/bin/grantai-mcp
mcporter tools grantai
{
"name": "research-assistant",
"mcpServers": ["grantai"],
"systemPrompt": "You have persistent memory via GrantAi. Query grantai_infer before searching files."
}
| Situation | Tool |
|---|---|
| Starting a session | grantai_infer — check what's already known |
| User corrects or updates facts | grantai_teach |
| Onboarding a new codebase | grantai_learn |
| End of session | grantai_summarize |
| Tracking feature/sprint state | grantai_project |
| Reusable code pattern found | grantai_snippet |
Agents share memory automatically — a researcher, writer, and reviewer agent can all read and write the same GrantAi brain without extra configuration.
ZIP package — ready to use