Claude Skill
mem9-ai/mem9
Mem9 is an open-source TypeScript project that gives OpenClaw unlimited memory, enabling persistent context and long-term recall for AI interactions.
Overview
Repository
Install this Skill
docker run -e MNEMO_DSN="..." -e MNEMO_DB_BACKEND="tidb" -p 8080:8080 local/mnemo-server:devRegistry
Summary
Mem9 is an open-source TypeScript project that provides unlimited memory capabilities for OpenClaw, enabling persistent context and long-term recall in AI interactions.
OpenClaw 的无限记忆功能
Key features
- Unlimited memory storage for OpenClaw
- Persistent context across sessions
- Built with TypeScript for reliability
- Open-source and community-driven
- Seamless integration with OpenClaw
Use cases
- Enhancing AI assistants with long-term memory
- Building context-aware conversational agents
- Maintaining user preferences across interactions
- Supporting complex multi-turn dialogues
README excerpt
<p align="center"> <img src="site/public/mem9-wordmark-square.svg" alt="mem9" width="180" /> </p> <p align="center"> <strong>Persistent Memory for AI Agents.</strong><br/> Your agents forget everything between sessions. mem9 fixes that with persistent memory across sessions and machines, shared memory for multi-agent workflows, and hybrid recall with a visual dashboard. </p> <p align="center"> For OpenClaw and ClawHub installs, start here: <a href="https://mem9.ai/openclaw-memory">mem9.ai/openclaw-memory</a> <br/> Hermes Agent, Claude Code, OpenCode, Codex, and Dify guides are below. </p> <p align="center"> <a href="https://tidbcloud.com"><img src="https://img.shields.io/badge/Powered%20by-TiDB%20Cloud%20Starter-E60C0C?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuOTk4NCAxLjk5OTAyTDMuNzE4NzUgNy40OTkwMkwzLjcxODc1IDE3TDExLjk5NjQgMjIuNUwyMC4yODE0IDE3VjcuNDk5MDJMMTEuOTk4NCAxLjk5OTAyWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=" alt="Powered by TiDB Cloud Starter"></a> <a href="https://goreportcard.com/report/github.com/mem9-ai/mem9/server"><img src="https://goreportcard.com/badge/github.com/mem9-ai/mem9/server" alt="Go Report Card"></a> <a href="https://github.com/mem9-ai/mem9/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a> <a href="https://github.com/mem9-ai/mem9"><img src="https://img.shields.io/github/stars/mem9-ai/mem9?style=social" alt="Stars"></a> </p> --- ## Quick Start 1. Choose your mem9 endpoint. - Hosted API: `https://api.mem9.ai` - Self-hosted: apply the matching control-plane schema, then start `mnemo-server`: ```bash cd server MNEM
Topics
No topics yet.