FactMem runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Sep 2026.
A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const groupPath = path.join(homeAbs, "projects", encoded);
child = spawn(cmd, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add factmem -- npx -y @factmem/mcp
{
"mcpServers": {
"factmem": {
"args": [
"-y",
"@factmem/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.factmem]
command = "npx"
args = ["-y", "@factmem/mcp"]
{
"mcpServers": {
"factmem": {
"args": [
"-y",
"@factmem/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"factmem": {
"args": [
"-y",
"@factmem/mcp"
],
"command": "npx"
}
}
}
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
Local-first memory for coding agents — MCP server, single SQLite file, local embeddings
Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.
Answers built from our own checks of this server.