pare git for Zed
io.github.dave-london/pare-git
Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.
client:Zed
transport:stdio
runtime:npm
Install pare git in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pare-git": {
"command": "npx",
"args": [
"-y",
"@paretools/git"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs