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
}
}
}
}