mcpbeat Sign in

Norn MCP Server

by samad001z Your server? Claim it
local only

Norn runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 16 Jul 2026.

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

Installs per day peak 17 · avg 6 · +145% w/w
a month agotoday
50
Installs / week
npm · @samad001z/norn-server
3
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Norn every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: NORN_DETECT_CONFLICTS (Set to 1 to opt in to possible-conflict detection. Off by default; downloads a small NLI model on first use. Surface-only — never edits, merges, or deletes memories.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Norn

same job, measured the same way
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

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

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

local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk 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

Norn — questions

Answers built from our own checks of this server.

Why is there no uptime for Norn?
Norn 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 @samad001z/norn-server was installed 50 times last week.
How do I connect Norn?
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 @samad001z/norn-server straight from npm; nothing to host, nothing to sign up for.
How many people use Norn?
The npm package @samad001z/norn-server was installed 50 times in the last week. Week over week that is +145%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Norn open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.