GitPin for Zed
io.github.shmindmaster/gitpin
Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index.
client:Zed
transport:stdio
runtime:npm
Install GitPin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitpin": {
"command": "npx",
"args": [
"-y",
"gitpin"
],
"env": {
"GITPIN_REGISTRY": "<GITPIN_REGISTRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs