#391 · Primary category: AI Agents & Automation

mnemosyne

agents ai hermes hermes-agent ml nousresearch

Zero-cloud AI memory that works everywhere. SQLite-backed. One pure-Python dependency.

Project last updated:08/29/26

GitHub Stars

2.9K

Forks

229

Contributors

85

License

MIT

Why we included this project

Agents that forget everything between sessions and re-learn the same preferences each time are why so many promising setups fall apart in practice. Mnemosyne gives them a memory that stays put: one pip install and a single SQLite file, with no hosted service to configure. You can wire it into Claude Code, Cursor, or your own custom agent with a one-line MCP config, or call remember and recall straight from Python. Everything lives on your own machine with one pure-Python dependency, which is what makes it attractive to privacy-minded teams and anyone tired of paying a cloud bill. Recall is sub-millisecond, and since it speaks MCP over stdio or SSE, it slots into whichever agent you already use rather than locking you to one vendor.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category