mementos

hasna/mementos
★ 0 stars TypeScript 🗄️ Database Updated 1mo ago
Universal memory system for AI agents — SQLite-backed with CLI, MCP server, and library API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mementos": {
      "command": "npx",
      "args": [
        "-y",
        "hasna/mementos"
      ]
    }
  }
}