Skip to content
Grok

Norn for Grok

io.github.samad001z/norn

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

client:Grok transport:stdio runtime:npm

Install Norn in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "norn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@samad001z/norn-server"
      ],
      "env": {
        "NORN_DETECT_CONFLICTS": "<NORN_DETECT_CONFLICTS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Norn in other clients