Git for Zed
io.github.modelcontextprotocol/git
Reference server for reading, searching and manipulating local Git repositories: status, diffs, log, commits, branches and checkouts.
client:Zed
transport:stdio
runtime:pypi
tools:12
Install Git in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs