A local memory engine any AI tool can use. You own the SQLite file.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}