Norn for Claude Desktop
io.github.samad001z/norn
Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.
client:Claude Desktop
transport:stdio
runtime:npm
Install Norn in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"norn": {
"command": "npx",
"args": [
"-y",
"@samad001z/norn-server"
],
"env": {
"NORN_DETECT_CONFLICTS": "<NORN_DETECT_CONFLICTS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs