← Index

com.runmemento/memento

com.runmemento/memento·v0.9.2·AI & LLMs
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "memento": {
      "command": "npx",
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "env": {
        "MEMENTO_DB": "<memento_db>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "memento": {
      "command": "npx",
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "env": {
        "MEMENTO_DB": "<memento_db>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @psraghuveer/memento
§02  Environment variables
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).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs