Skip to content
Grok

open zk kb for Grok

io.github.mrosnerr/open-zk-kb

Shared, persistent memory for AI assistants, built on the Zettelkasten method.

client:Grok transport:stdio runtime:npm

Install open zk kb in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "open-zk-kb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "open-zk-kb"
      ]
    }
  }
}

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

open zk kb in other clients