mnemosyne-ossmnemosyne-ossOfficialยท1 Agent Skills Included

mnemosyne

Local persistent memory for AI agents, no cloud required

Gives AI agents long-term memory that survives across sessions, stored in a single local SQLite file. Eliminates repeated questions, lost preferences, and forgotten project context without sending data to any cloud service. Connects to Claude Code, Cursor, Codex, Windsurf, and OpenWebUI through one MCP config line or a simple Python API. Includes recall, consolidation, knowledge graphs, and sync tools so agents remember what matters automatically.
npx skills add mnemosyne-oss/mnemosyne --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’