mnemosyne-oss/mnemosyne

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

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 21st, 2026
Created on April 5th, 2026
Open Issues & Pull Requests: 132 (+0)
GitHub issues: Enabled
Number of forks: 270
Total Stargazers: 3,254 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.3 hours
Mean response time: 38.0 hours
90th percentile: 3.6 days
Tracked items: 384

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 62% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Almost all tracked open issues have seen activity in the last three months. 76% of issues opened in the past year have been closed, leaving a working backlog. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 100
New in 7 days: 33
Closed in 7 days: 26
Avg open age: 33 days
Stale 30+ days: 40
Stale 90+ days: 0

Recent activity

Opened in 7 days: 27
Closed in 7 days: 25
Comments in 7 days: 26
Events in 7 days: 92

Top labels

  • bug (213)
  • core (110)
  • enhancement (75)
  • needs-triage (66)
  • hermes-provider (59)
  • needs-decision (29)
  • recall (26)
  • documentation (18)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Mnemosyne is a memory layer for AI agents that stores conversation history and context in SQLite without requiring cloud services.

The tool addresses the need for persistent, queryable memory in agent applications. It works by maintaining a local SQLite database that agents can write to and retrieve from, supporting semantic search and recall of past interactions. The system is designed as a universal layer compatible with multiple agent frameworks through the Model Context Protocol (MCP) and direct Python SDK integration, eliminating vendor lock-in and external service dependencies.

Developers should choose Mnemosyne if they need agent memory without cloud infrastructure, value privacy by keeping data local, or want to avoid adding multiple external service dependencies. It suits projects using Cursor, Claude Code, OpenWebUI, OpenClaw, Hermes agents, or custom Python-based agents. The tool's minimal dependency footprint—one pure-Python package plus SQLite—makes it lightweight for embedded or resource-constrained deployments. The README does not compare it directly to alternatives, though it mentions that other memory systems like Honcho, Hindsight, LIGHT, and RAG exist in the space.

The project maintains active development with ongoing work to re-run benchmark evaluations on the current codebase, indicating a commitment to validating performance claims. Contributors are tracking open tasks for reproducing and updating benchmark results, suggesting transparency about measurement methodology. The tool ships with native support for the Hermes agent framework and includes integration guides for multiple platforms, reflecting sustained effort to broaden compatibility.