sentinel-dv

kiranreddi/sentinel-dv
★ 2 stars Python 🤖 AI/LLM Updated today
Sentinel DV is an **open-source Model Context Protocol (MCP) server** that provides large language models and AI agents with **safe, structured, read-only access** to verification artifacts—enabling deterministic triage, root-cause analysis, and verification insight without exposing raw logs or granting control of simulators.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sentinel-dv": {
      "command": "uvx",
      "args": [
        "sentinel-dv"
      ]
    }
  }
}

Or install with pip: pip install sentinel-dv

README Excerpt

<!-- mcp-name: io.github.kiranreddi/sentinel-dv --> <div align="center"> **A security-first MCP server for verification intelligence (SystemVerilog/UVM/cocotb)** </div> --- Sentinel DV is an **open-source Model Context Protocol (MCP) server** that provides large language models and AI agents with **safe, structured, read-only access** to verification artifacts—enabling deterministic triage, root-cause analysis, and verification insight without exposing raw logs or granting control of simulators.