mcpbeat Sign in

FactMem MCP Server

local only

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.

Installs / week
npm · @factmem/mcp
2
Stars
1 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a file path from a variable src/cli/init-wizard.ts:226
    const groupPath = path.join(homeAbs, "projects", encoded);
Runs an external command src/intelligence/cli.ts:243
      child = spawn(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add factmem -- npx -y @factmem/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "factmem": {
      "args": [
        "-y",
        "@factmem/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.factmem]
command = "npx"
args = ["-y", "@factmem/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "factmem": {
      "args": [
        "-y",
        "@factmem/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "factmem": {
      "args": [
        "-y",
        "@factmem/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to FactMem

same job, measured the same way
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

508 installs/wk local only
lean-memory
by wuesteon

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

128 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

1 468 installs/wk local only
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

93 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only

FactMem — questions

Answers built from our own checks of this server.

Why is there no uptime for FactMem?
FactMem runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @factmem/mcp.
How do I connect FactMem?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @factmem/mcp straight from npm; nothing to host, nothing to sign up for.
Is FactMem open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.