Skip to content
Grok

CodeZaiku for Grok

io.github.wyrdsekai/codezaiku

A coding and development harness on local models or hosted APIs: code, review, research, ops.

client:Grok transport:stdio runtime:npm

Install CodeZaiku 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": {
    "codezaiku": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wyrdsekai/codezaiku-mcp"
      ],
      "env": {
        "CODEZAIKU_DRIVE": "<CODEZAIKU_DRIVE>"
      }
    }
  }
}

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

CodeZaiku in other clients