← Back to Plugins
MCP Server MCP

Norn

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @samad001z/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@samad001z/norn-server",
      "version": "1.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "name": "NORN_DETECT_CONFLICTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...