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