memories
Persistent memory storage and config generation for coding tools
All Skills in This Repository (4)
Pure Emerald Level Indicatorsmemories-cli
Manage AI agent memories via CLI with SQLite and cloud sync.
memories-mcp
Integrate AI agents with memories.sh persistent memory via MCP.
openclaw
Manage OpenClaw agent environment setup, synchronization, and memory lifecycle.
memories-dev
Guide developers through the memories.sh monorepo structure and workflows.
Frequently Asked Questions
FAQPage SchemaHow to install memories.sh?โผ
Run `npx skills add webrenew/memories --all -g -y` in your terminal to install all skills in this suite globally.
How to share rules across multiple AI coding tools?โผ
Add each rule once with `memories add`, then run `memories generate` to produce native config files for Claude Code, Cursor, Copilot, Windsurf, and other supported tools.
Does memories.sh work offline?โผ
Yes. It stores everything in a local SQLite database by default, and cloud sync via Turso is completely optional.
Can I add memory to my own app with the SDK?โผ
Yes. Use `@memories.sh/core` for direct backend access or `@memories.sh/ai-sdk` to inject memory into Vercel AI SDK prompts and tool loops.
Does memories.sh support MCP servers?โผ
Yes. Run `memories serve` for a local MCP server or connect to the hosted endpoint, giving agents real-time memory search, storage, and session tools.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core