Odel
FactMem

FactMem

Local
@gordonkjlee2TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@factmem/mcpv0.26.0

Run

npx -y @factmem/mcp

MCP client config

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