Sentinel DV for VS Code
io.github.kiranreddi/sentinel-dv
MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.
client:VS Code
transport:stdio
runtime:pypi
Install Sentinel DV in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sentinel-dv-config",
"description": "SENTINEL_DV_CONFIG",
"password": true
}
],
"servers": {
"sentinel-dv": {
"type": "stdio",
"command": "uvx",
"args": [
"sentinel-dv"
],
"env": {
"SENTINEL_DV_CONFIG": "${input:sentinel-dv-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs