Submit

Memento

@iAchilles

A local, fully-offline MCP memory server using SQLite + FTS5 + sqlite-vec with embedding support

Server Config

{
  "mcpServers": {
    "memory": {
      "description": "Custom memory backed by SQLite + vec + FTS5 with embedding support",
      "command": "npx",
      "args": [
        "-y",
        "memento"
      ],
      "env": {
        "MEMORY_DB_PATH": "/Path/To/Your/memory.db"
      },
      "options": {
        "autoStart": true,
        "restartOnCrash": true
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.