CodeZaiku for Cursor
io.github.wyrdsekai/codezaiku
A coding and development harness on local models or hosted APIs: code, review, research, ops.
client:Cursor
transport:stdio
runtime:npm
Install CodeZaiku in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codezaiku": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wyrdsekai/codezaiku-mcp"
],
"env": {
"CODEZAIKU_DRIVE": "<CODEZAIKU_DRIVE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs