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)
{
"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