schemaguard for Zed
io.github.sethclawd-prog/schemaguard
API Schema Drift Monitor — detect breaking changes in OpenAPI specs
client:Zed
transport:stdio
runtime:npm
Install schemaguard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"schemaguard": {
"command": "npx",
"args": [
"-y",
"@sethclawd/schemaguard"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs