Skip to content
Zed

CodeZaiku for Zed

io.github.wyrdsekai/codezaiku

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

client:Zed transport:stdio runtime:npm

Install CodeZaiku in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "codezaiku": {
      "command": "npx",
      "args": [
        "-y",
        "@wyrdsekai/codezaiku-mcp"
      ],
      "env": {
        "CODEZAIKU_DRIVE": "<CODEZAIKU_DRIVE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CodeZaiku in other clients