FactMem for VS Code
io.github.gordonkjlee/factmem
A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.
client:VS Code
transport:stdio
runtime:npm
Install FactMem in VS Code
.vscode/mcp.json
{
"servers": {
"factmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs