Skip to content
Cursor

FactMem for Cursor

io.github.gordonkjlee/factmem

A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.

client:Cursor transport:stdio runtime:npm

Install FactMem in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "factmem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@factmem/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FactMem in other clients