GitWarren for Zed
io.github.klarluft/gitwarren
Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
client:Zed
transport:stdio
runtime:npm
Install GitWarren in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
],
"env": {
"GITWARREN_DATA_DIR": "<GITWARREN_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs