Norn for Cline
io.github.samad001z/norn
Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.
client:Cline
transport:stdio
runtime:npm
Install Norn in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"norn": {
"command": "npx",
"args": [
"-y",
"@samad001z/norn-server"
],
"env": {
"NORN_DETECT_CONFLICTS": "<NORN_DETECT_CONFLICTS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs