Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Sentinel DV in other clients