Sentinel DV for Zed
io.github.kiranreddi/sentinel-dv
MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.
client:Zed
transport:stdio
runtime:pypi
Install Sentinel DV in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sentinel-dv": {
"command": "uvx",
"args": [
"sentinel-dv"
],
"env": {
"SENTINEL_DV_CONFIG": "<SENTINEL_DV_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs