mnemosyne
Local persistent memory for AI agents, no cloud required
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Mnemosyne?โผ
Run `npx skills add mnemosyne-oss/mnemosyne --all -g -y` in your terminal to install all skills in this suite globally.
How to give my AI agent persistent memory?โผ
Mnemosyne stores facts, preferences, and decisions in a local SQLite database and recalls them automatically in future sessions. Add one MCP config line to your agent and it starts remembering right away.
Does Mnemosyne work with Claude Code and Cursor?โผ
Yes. It connects to Claude Code, Cursor, Codex, Windsurf, OpenWebUI, and any MCP-compatible client with a single config entry, or directly through its Python SDK.
Does Mnemosyne send my data to the cloud?โผ
No. Everything runs locally in one SQLite file with no external services required, and optional sync between your own machines uses authenticated connections you control.
Can I use Mnemosyne without coding experience?โผ
Yes. Once installed, your AI agent stores and recalls memories on its own based on your normal conversations, with no manual commands needed.
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