Ross ROSS = Recommend OSS · open-source software intelligence for agents

mnemosyne-oss/mnemosyne

Zero-cloud AI memory that works everywhere. SQLite-backed. One pure-Python dependency. observed · 2026-08-28

github.com/mnemosyne-oss/mnemosyne · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

80/100

  • Activity 99
  • Release rhythm 95
  • Longevity 10

Flags: young

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1.0
  • age_days: 150
  • days_rel: 34
  • days_push: 7
  • n_releases_24m: 43

Full methodology

Adoption not part of the score

2798 stars · 230 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Mnemosyne is a local-first, SQLite-backed memory layer for AI agents, exposing remember/recall APIs via a Python SDK and 30+ tools over MCP. It combines vector (sqlite-vec) and full-text (FTS5) hybrid retrieval with tiered memory architecture, requiring no cloud services or external dependencies.

Use cases

  • give my ai agent persistent memory
  • store and recall user preferences across chat sessions
  • add long-term memory to claude code or cursor
  • local agent memory without cloud services
  • semantic search over agent conversation history
  • mcp memory server for coding assistants
  • remember facts across agent runs in python

When to choose

  • you need persistent, private agent memory that works fully offline
  • you want a single pip install with zero external services or Docker
  • your agent speaks MCP (Claude Code, Cursor, Codex, Hermes, OpenWebUI)
  • you need fast sub-100ms hybrid vector + keyword retrieval on a single SQLite file

When to avoid

  • you need multi-user, horizontally scaled shared memory across servers
  • you require a managed cloud memory service with team sync built in
  • you need heavy-duty vector search over millions of high-dimensional embeddings
  • your stack is not Python and does not support MCP

Facets

library · maturity active

vector-database database rag mcp search-engine sdk cli artificial-intelligence large-language-models developer-tools privacy self-hosted python cli cross-platform self-hosted agent-memory sqlite local-first long-term-memory mcp-server hermes-agent vector-search fts5 privacy-first zero-cloud ai-agents retrieval-augmented-generation

6 sources

Member repositories

RepositoryRoleHealth v2
mnemosyne-oss/mnemosynemain80

For agents

markdown · JSON · MCP: product_card(name="mnemosyne-oss/mnemosyne")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem