Claude CodeOpenClawHermesDocsDashboard β†’
🐾Persistent memory for your personal AI

Your OpenClaw agent starts fresh every single morning

OpenClaw runs on your devices, answering your messages and managing your life β€” but without persistent memory, it forgets who you are between sessions. Your preferences, your people, your routines. Gone. AgentRecall gives your agent a memory that actually lasts.

Give Your Agent Memory β†’Compare Solutions
Persistent
User Preferences
Graph
Relationships
Cross-Channel
Memory
Learning
Daily Routines

Sound familiar? 😀

βœ—You told your agent your schedule preferences yesterday. It forgot.
βœ—It doesn't remember your colleague Mike or that he prefers email over Slack.
βœ—You re-explain your dietary restrictions every time you ask for restaurant suggestions.
βœ—That decision you made last week? The agent has no idea what you're talking about.

Memory that actually knows you

Built for personal AI assistants that run on your devices. Not a generic key-value store β€” a memory system designed for how people actually use their agents.

πŸ’œ

User Preference Memory

Your agent remembers how you like things β€” dark mode or light, your dietary restrictions, your communication style, the way you like your calendar organized. No more re-explaining yourself every session.

// Your agent stores your preferences await recall.store({ content: "User prefers dark mode, concise replies, and gluten-free meals when ordering food", agentId: "openclaw", category: "preference" }); // Next time it just knows.
πŸ•ΈοΈ

Relationship Graph

Your agent builds a graph of everyone in your life β€” who they are, how they connect, what they care about. Ask "tell me about Sarah" and it knows she's your sister, her birthday is March 12, and she's allergic to peanuts.

// Your agent learns relationships await recall.store({ content: "Sarah is my sister. Her birthday is March 12. She's allergic to peanuts and works at Acme Corp.", agentId: "openclaw" }); // Entities auto-extracted: // β†’ Sarah β†’ sibling_of β†’ User // β†’ Sarah β†’ works_at β†’ Acme Corp // β†’ Sarah β†’ allergy β†’ peanuts
πŸ”„

Daily Routine Learning

AgentRecall observes your patterns and learns your routines. It knows you check emails at 9am, have standup on Tuesdays, and prefer to batch errands on Saturday mornings. Predictive, not reactive.

// Agent learns your daily patterns await recall.store({ content: "User has standup every Tuesday and Thursday at 10am. Prefers not to schedule meetings before 11am on Mondays.", agentId: "openclaw", category: "temporal" }); // Smart scheduling suggestions
πŸ“±

Cross-Channel Memory

You talk to your agent on WhatsApp, Telegram, and Discord. With AgentRecall, the context follows you everywhere. That decision you made on Telegram? Your agent knows about it in Discord too.

// Same memory, all channels await recall.search({ query: "what did we discuss about the vacation plans?", agentId: "openclaw", channel: "cross" }); // Finds conversations from WhatsApp, // Telegram, Discord β€” all unified

One command. Your agent remembers everything.

Connect AgentRecall to OpenClaw via MCP. No code changes needed β€” your agent gains persistent memory instantly.

# Install the MCP server pip install agentrecall-mcp
# Connect to your OpenClaw agent openclaw mcp set agentrecall '{"command":"agentrecall-mcp","env":{"AGENTRECALL_API_KEY":"ark_YOUR_KEY"}}' # That's it. Restart your agent and it remembers. # Your preferences, relationships, and routines # persist across every session.

How does it compare?

AgentRecall isn't the only option. Here's why it's the right one for your personal AI.

FeatureAgentRecallAlternatives
Remembers user preferences across sessionsβœ“βœ—
Graph relationships between people & thingsβœ“βœ—
Cross-channel memory (WhatsApp + Telegram + Discord)βœ“βœ—
AI-powered memory processing (auto-categorize)βœ“βœ—
Semantic search by meaning, not keywordsβœ“βœ“
Runs locally on your device (BYOK)βœ“βœ“
Learns daily routines over timeβœ“βœ—
Open source & free tierβœ“βœ“

Your agent should know you by now

Stop re-introducing yourself to your own AI. AgentRecall gives OpenClaw the memory it needs to truly understand you β€” your preferences, your people, your patterns. One setup, permanent memory.

Start for Free β†’