ovecc for Zed
io.github.ovecc-labs/ovecc
Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate
client:Zed
transport:stdio
runtime:npm
Install ovecc in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ovecc": {
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs