Home › Other › memento

memento

Local-first, LLM-agnostic memory layer for AI assistants.

TypeScript
★ 24 stars Last pushed 2026-05-17 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.2)

npx -y @psraghuveer/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "memento": {
      "command": "npx",
      "args": [
        "-y",
        "@psraghuveer/[email protected]"
      ],
      "env": {
        "MEMENTO_DB": "<YOUR_VALUE>"
      }
    }
  }
}
  • MEMENTO_DB — Absolute path to the SQLite database file. Defaults to $XDG_DATA_HOME/memento/memento.db (typically ~/.local/share/memento/memento.db on POSIX).

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry