mcpbeat Sign in

Nan Forget MCP Server

local only

Nan Forget runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 6 Apr 2026.

AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools.

Installs per day peak 60 · avg 13 · +51% w/w
a month agotoday
74
Installs / week
npm · nan-forget
5
Stars
0 open issues
6 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 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.

    const output = execSync(cmd, { encoding: 'utf-8', stdio: ['pipe', 'pipe', 'pipe'] });

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 nan-forget -- npx -y nan-forget
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nan-forget": {
      "args": [
        "-y",
        "nan-forget"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nan-forget]
command = "npx"
args = ["-y", "nan-forget"]
.cursor/mcp.json
{
  "mcpServers": {
    "nan-forget": {
      "args": [
        "-y",
        "nan-forget"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nan-forget": {
      "args": [
        "-y",
        "nan-forget"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI API key for embeddings. If not set, falls back to local Ollama.), NAN_FORGET_EMBEDDING_PROVIDER (Embedding provider: openai or ollama), NAN_FORGET_USER_ID (User identifier for multi-user setups), NAN_FORGET_PROJECT_ROOT (Project root used for local memory file sync and cleanup). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nan Forget

same job, measured the same way
Memoir
by camgitt

Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

226 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
Mindswap
by shiporbleed

Local-first AI context and memory server for cross-tool coding continuity.

45 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only

Nan Forget — questions

Answers built from our own checks of this server.

Why is there no uptime for Nan Forget?
Nan Forget 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 nan-forget was installed 74 times last week.
How do I connect Nan Forget?
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 nan-forget straight from npm; nothing to host, nothing to sign up for.
How many people use Nan Forget?
The npm package nan-forget was installed 74 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nan Forget open source?
We cannot say either way: written in TypeScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.