Skip to content
Cursor

Sentinel DV for Cursor

io.github.kiranreddi/sentinel-dv

MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.

client:Cursor transport:stdio runtime:pypi

Install Sentinel DV in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "sentinel-dv": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sentinel-dv"
      ],
      "env": {
        "SENTINEL_DV_CONFIG": "<SENTINEL_DV_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sentinel DV in other clients