mcpbeat Sign in

Sentinel DV MCP Server

by kiranreddi Your server? Claim it
local only

Sentinel DV runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 31 Jul 2026.

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

Installs per day peak 102 · avg 17 · -62% w/w
a month agotoday
78
Installs / week
pypi · sentinel-dv
4
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Sentinel DV every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sentinel-dv -- uvx sentinel-dv
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentinel-dv": {
      "args": [
        "sentinel-dv"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentinel-dv]
command = "uvx"
args = ["sentinel-dv"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentinel-dv": {
      "args": [
        "sentinel-dv"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentinel-dv": {
      "args": [
        "sentinel-dv"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SENTINEL_DV_CONFIG (Path to config.yaml (alternative to --config)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentinel DV

same job, measured the same way
VMware Log Insight
by zw008

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

1 170 installs/wk local only
VMware Log Insight
by vmware-skills

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

local only
Januscope
by giancarloerra

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

337 installs/wk local only
RoastPilot
by syamaner

RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.

702 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
Cognos Session Memory
by base76-research-lab

CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools.

59 installs/wk local only
Agentsnap
by mukundakatta

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

31 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only

Sentinel DV — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentinel DV?
Sentinel DV runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sentinel-dv was installed 78 times last week.
How do I connect Sentinel DV?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sentinel-dv straight from pypi; nothing to host, nothing to sign up for.
How many people use Sentinel DV?
The pypi package sentinel-dv was installed 78 times in the last week. Week over week that is -62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentinel DV open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.