Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

VMware Debug

PYPI · VMWARE-DEBUG · SCANNED SEP 20

VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 MCP tools.

Available components

+3 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 3 of 40 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5143 tokens (~367/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management70
  • Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the VMware Debug MCP server?

VMware Debug runs locally as a PyPI package, launched with uvx vmware-debug. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · vmware-debug

# add to Claude Code
claude mcp add vmware-skills-vmware-debug -- uvx vmware-debug
// .cursor/mcp.json
{
  "mcpServers": {
    "vmware-skills-vmware-debug": {
      "command": "uvx",
      "args": [
        "vmware-debug"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "vmware-skills-vmware-debug": {
      "command": "uvx",
      "args": [
        "vmware-debug"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add vmware-skills-vmware-debug -- uvx vmware-debug
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vmware-skills-vmware-debug": {
      "type": "local",
      "command": [
        "uvx",
        "vmware-debug"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vmware-skills-vmware-debug --command uvx --arg vmware-debug
# ~/.hermes/config.yaml
mcp_servers:
  vmware-skills-vmware-debug:
    command: "uvx"
    args: ["vmware-debug"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "vmware-skills-vmware-debug": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "vmware-debug"
      ]
    }
  }
}
# add to Vellum
assistant mcp add vmware-skills-vmware-debug -t stdio -c uvx -a vmware-debug
// mcp.json
{
  "mcpServers": {
    "vmware-skills-vmware-debug": {
      "command": "uvx",
      "args": [
        "vmware-debug"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +16
    • Malware scan: unverified → pass security
  • 16 Sept 26 +1
    • Package version: 1.13.0 → 1.13.1 functional
  • 15 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: 0.50 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.11.4 → 1.13.0 functional
    • Package version: 1.11.4 → 1.12.2 functional
    • Package version: 1.11.4 → 1.12.1 functional
    • Package version: 1.11.4 → 1.12.0 functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +15
    • Malware scan: unverified → pass security
  • 12 Sept 26 +1
    • Package version: 1.11.3 → 1.11.4 functional
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/vmware-debug@1.13.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 40 packages
Packages resolved 40
Stale 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~5,143 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
case_close ~209

[WRITE] Record the final grade and archive the case — step 08. WHEN: when the investigation is finished, or is being handed over. Closing turns a working folder into a record other people rely on, so it computes and records the grade rather than accepting one. RETURNS: {case_id, state, grade, open_gaps, path, note}. `open_gaps` names anything still blocking a hypothesis at the moment of closing — stated here rather than left in the file for someone to find. GOTCHAS: a closed case is not closed again and its record is never rewritten. To reopen the question, open a new case that cites this one, so the original conclusion and whatever changed it both stay readable.

NameTypeReqDescription
case_idstringyesThe case to close (from case_open/case_list). There is no grade parameter — closing recomputes the grade from the ledger. An already-closed case is refused rather than closed again.

No output schema declared.

No examples provided.

case_get ~168

[READ] One case: its scope, its ledger sizes, and its grade history. WHEN: to pick up an investigation, or to see why a case sits at the grade it does. Returns counts and identifiers rather than the whole ledger — read the case folder itself (the `path` from case_open) for full evidence bodies. RETURNS: {case_id, path, state, grade, opened_at, scope, evidence_count, sources, gap_count, blocking_gaps, grade_history}. `sources` is the distinct skills evidence came from, which is what corroboration is counted in.

NameTypeReqDescription
case_idstringyesThe case id returned by case_open, or listed by case_list. An unknown id is an error, never an empty case.

No output schema declared.

No examples provided.

case_grade ~447

[WRITE] Compute and record the conclusion grade — steps 07/08. WHEN: when you think the investigation has reached a conclusion, or to record where it stands before handing it over. There is deliberately NO parameter for the grade. You cannot state a conclusion level; it is recomputed from the ledger on every call. If you disagree with the result, change the ledger — submit the evidence that is missing, or record the gap that is blocking it. The levels: Candidate (a hypothesis exists); Probable (at least two INDEPENDENT sources agree — two calls to the same skill are one source — and nothing outstanding could overturn it); Confirmed (that, plus a decisive item: a direct hardware diagnostic, a version-checked knowledge-base entry, or a vendor SR, and no gap left open); Excluded (an observation that actually rules the hypothesis out — "we looked and found nothing" is a gap, not an exclusion). Exclusion is per hypothesis, counting only sources that falsify THAT hypothesis; the case is Excluded only when every registered one is. A hypothesis contradicted but not yet ruled out holds the case at Candidate. Otherwise the grade counts only evidence that falsifies nothing. RETURNS: {grade, previous, direction, reasons, ceiling, ceiling_reasons, rules_source, rules_origin, hypotheses}. `hypotheses` lists every registered hypothesis as {id, status: open|excluded}. `direction` is initial/up/down/unchanged — grades may go DOWN, and the history records it when they do. GOTCHAS: on a stock install `ceiling` is "probable", because Confirmed needs a decisive source and there is neither a hardware-diagnostic channel nor a knowledge library mounted yet. That is a real limit, not a caution. Every grading is appended to conclusion.md and none is ever rewritten.

NameTypeReqDescription
case_idstringyesThe case to grade (from case_open/case_list). This is the only parameter — see above for why there is no grade parameter.

No output schema declared.

No examples provided.

case_hypotheses ~354

[WRITE] Register a candidate explanation, or read the ledger — step 06. WHEN: as soon as you have a theory worth testing, and again to see where each one stands. Pass `statement` to add one; omit it to just read. Every hypothesis gets an id (H1, H2, …). Those ids are what case_record_gap(blocks=[...]) and case_submit_evidence(falsifies=[...]) refer to, and an id that was never registered is REFUSED rather than ignored — a dangling reference blocks nothing and falsifies nothing, which quietly reports a stronger case than you have. RETURNS: {case_id, added, hypotheses, note}. Each entry carries its status: `refuted` (ruled out by case_grade's rule), `blocked` (a gap is in the way, with the gap id and how to close it), or `open`. `refuted_by` lists every falsifying item; the first next step says when more sources are needed. Status is computed from what points at the hypothesis, never asserted. GOTCHAS: refuted outranks blocked. Once an observation settles the question, a missing measurement no longer matters.

NameTypeReqDescription
case_idstringyesThe case whose hypothesis ledger this is (from case_open/case_list).
statementThe candidate explanation, in one line. Pass it to register a new hypothesis, which is assigned the next id (H1, H2, …); omit it to read the ledger without changing it. There is no parameter for a hy…

No output schema declared.

No examples provided.

case_knowledge ~369

[READ] What the knowledge layer accepts, and what is mounted. WHEN: when someone asks what can be added to make conclusions stronger, or when a case will not reach Confirmed and you need to say why in terms they can act on. This is the answer to "which knowledge formats do you take" — the first question anyone mounting a library asks. RETURNS: {root, sections, entries, with_applies_to, by_source, unreadable, unsupported, formats, needs_conversion, note} — plus {applicable, decisive_here} when a case_id is given. `formats` lists every extension read and how each carries its metadata: Markdown front-matter, YAML/JSON whole-file, JSONL per line, CSV/TSV per row, and plain text with a sibling .yaml. `needs_conversion` names the ones that must become Markdown first (PDF, DOCX, PPTX, HTML). GOTCHAS: an entry is decisive ONLY if its `applies_to` block was checked against the case scope and passed — matching is by version applicability, never by similarity, because an entry written for the wrong build reads exactly like the right one. An entry with no `applies_to` can support a hypothesis but can never make a case Confirmed. A constraint the case scope cannot answer is not a match either: silence is not a pass.

NameTypeReqDescription
case_idOmit to describe the knowledge layer itself — what formats are read and what is mounted. Pass a case id and every mounted entry is additionally version-checked against THAT case's product_versions, a…

No output schema declared.

No examples provided.

case_list ~140

[READ] List investigation cases, newest first. WHEN: to find the id of a case you or someone else opened earlier. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {case_id, summary, state, grade, opened_at}. A case whose folder is damaged appears with state="unreadable" rather than vanishing from the list.

NameTypeReqDescription
limitintegerMaximum cases in the page, newest first (default 50). There is no offset — 'total' reports every case, so when truncated is true the only way to reach older ones is a larger limit.

No output schema declared.

No examples provided.

case_open ~387

[WRITE] Open an investigation case — step 01, define the event. WHEN: at the start of an incident you expect to reason about rather than glance at. For a one-off lookup use incident_timeline alone. RETURNS: {case_id, path, state, grade, ceiling, ceiling_reasons, next}. Read `ceiling` now — it is the best grade this install can reach at all. GOTCHAS: writes only under $OPS_HOME, never to a VMware system, and never over an existing case.

NameTypeReqDescription
determined_bystringyesHOW the scope was decided — "user report", "vCenter alarm 42". Required: a scope from a phone call and one from an alarm id support different conclusions, and nobody remembers which it was later.
objectsEntities in scope, names or MoIDs ("vm-web01", "host-12"). Omit for a case not yet pinned to specific objects.
product_versionsVersions keyed by product — {"esxi": "8.0.3"} — plus "driver.<name>" / "firmware.<name>" entries. Knowledge-base entries are version-checked against this: one constraining a product absent here can s…
summarystringyesWhat is wrong, one line. case_plan reads it to infer the symptom category, so name the symptom in the estate's own words ("datastore latency on cluster-a"), not a diagnosis.
window_endBelieved end, ISO-8601. Omit while still in progress.
window_startWhen the incident is believed to have started, ISO-8601. Omit if unknown — evidence gets fetched against it, so an invented window is worse than none.

No output schema declared.

No examples provided.

case_plan ~520

[READ] What to fetch next for this case — step 02, recomputed each call. WHEN: right after case_open, and again after each round of evidence. It is not a checklist: submit something and the next plan is shorter, lose a source and it routes around it. RETURNS: {category, category_signals, steps, already_covered, held_back, unavailable, ceiling, note}. Steps are interleaved across evidence classes, so you get breadth before depth — corroboration is counted in distinct sources, which is what actually moves the grade. Each step is {evidence_class, skill, tool, purpose, objects, window, degraded} — call that skill's tool, then submit the result with case_submit_evidence. GOTCHAS: `unavailable` is the important half. A source this install cannot reach is listed there with how_to_supply rather than left out, so the gap is visible now instead of when the conclusion refuses to firm up. An empty `steps` is never silent — `note` says whether everything reachable is already in, or whether nothing here can be reached. `category_signals` names the words that chose the category, and any category that also matched — check it first, since the rest runs off that one word.

NameTypeReqDescription
available_skillsNarrow to the skills actually installed, in either spelling ("monitor" or "vmware-monitor"). Omit to assume all of them, which can produce steps this install cannot run.
case_idstringyesThe case to plan for (from case_open/case_list).
categoryForce the symptom class instead of inferring it. Exactly one of: storage, network, compute, ha_drs, configuration, accelerator, kubernetes, hardware, host_lifecycle, power_lifecycle, auth, platform,…
max_stepsintegerHow many steps to return, at least 1. The default of 6 is two rounds across three evidence classes — enough to reach the two independent sources a Probable grade costs, without handing a model a four…

No output schema declared.

No examples provided.

case_readiness ~393

[READ] What strength of conclusion can this environment reach? WHEN: before starting an investigation, or when a case will not go higher and you want to know whether that is fixable. Answering this first is worth far more than discovering it halfway through. RETURNS: {classes, categories, unrecognised_skills, note}. A name that matched no skill in the catalogue comes back in `unrecognised_skills` rather than being absorbed into "not installed" — otherwise a typo reads as advice to install something you already have. Per evidence class: whether it is available, through which tools, and if not, `how_to_supply`. Per symptom category (storage, network, compute, ha_drs, configuration, accelerator, kubernetes, hardware, host_lifecycle, power_lifecycle, auth, platform, licensing, data_collection): a `ceiling` and the `independent_sources` behind it. There is deliberately no single score — "readiness 78%" cannot be acted on, "storage reaches Probable, hardware reaches Candidate" can. GOTCHAS: two classes served by the SAME skill count as one source, so two available classes do not always mean Probable. The hardware class is unavailable no matter what is installed — nothing in this family reaches below ESXi — and the knowledge class becomes available only when entries are mounted under $OPS_HOME/knowledge/.

NameTypeReqDescription
available_skillsThe skills actually installed and configured, in either of the family's spellings — "monitor" and "vmware-monitor" name the same thing. Omit to assume all of them, which reports the ceiling imposed b…

No output schema declared.

No examples provided.

case_record_gap ~342

[WRITE] Record something the investigation could NOT obtain. WHEN: any time a fetch failed, was refused, returned nothing, or the data simply does not exist in this environment. This is the tool that keeps a case honest: an unrecorded gap makes it look better supported than it is. RETURNS: {case_id, gap_id, grade, reasons}. GOTCHAS: recording a gap does not punish the case for the evidence it does have — a missing confirmation caps the grade, it does not demote it. Writing gaps down is meant to be free.

NameTypeReqDescription
blocksHypothesis ids (H1, H2, …) this gap holds up; they must already exist via case_hypotheses. Empty is fine.
case_idstringyesThe case this gap belongs to (from case_open/case_list).
could_falsifybooleanWould OBTAINING this be able to prove the hypothesis WRONG? false (default) is the ordinary case — missing corroboration, capping the case below Confirmed. true means it could overturn the hypothesis…
how_to_closestringyesThe next action that would close it, even outside this system ("open a vendor SR"). A gap with no stated next action reads like a to-do and gets skipped.
whatstringyesThe observation that could not be obtained — the thing you wanted, not the error you got.
whystringyesWhy it could not be had — refused, unreachable, collected by nothing in this family, absent from this environment.

No output schema declared.

No examples provided.

case_submit_evidence ~694

[WRITE] Record one retrieved fact — steps 02/03 of the evidence loop. WHEN: after every read-tool call you intend to reason from. RETURNS: {case_id, evidence_id, payload_events, payload_note, grade, reasons} — the resulting grade, so you need no second call to see whether this changed anything, and what the payload was read as, so a summary submitted in place of a result is visible here rather than as a zero from case_timeline later. GOTCHAS: a fetch that failed or came back empty goes to case_record_gap, not here.

NameTypeReqDescription
case_idstringyesThe case this fact belongs to (from case_open/case_list). Required.
clock_skew_sKnown offset of that clock from UTC, in seconds. Recorded, likewise not applied. Null when unknown.
falsifiesHypothesis ids (H1, H2, …) this observation RULES OUT — the only route to Excluded; "we looked and found nothing" is a gap, not an exclusion. Ids must already exist via case_hypotheses; an unregister…
fetched_atWhen the fetch happened, ISO-8601. Omit to stamp now — wrong for an item transcribed from earlier.
knowledge_entry_idWhich mounted knowledge entry this item IS. REQUIRED when source_skill is knowledge-kb or knowledge-sr — without it the entry's applies_to cannot be checked, so it counts as ordinary support and can…
payloadThe read tool's RAW result, not a summary. For its events to reach case_timeline it must be a list of event dicts, or carry them under 'items', 'events' or 'rows'. What was found comes back as payloa…
queryThe exact parameters the tool was called with, so it can be re-run. Omit only if there genuinely were none.
source_skillstringyesThe skill that produced it, as the family spells it — "vmware-monitor", "vmware-aria", "vmware-log-insight". Required, non-blank. Two items from the SAME skill count as ONE source when corroboration…
source_toolstringyesThe tool within that skill, e.g. "get_events". Required, non-blank — "monitor said so" is not reproducible.
summarystringyesWhat this item shows, one line.
time_sourceWhose clock stamped it — "vcenter", "host" or "client". Recorded so a reader can judge whether two sources' timestamps compare; nothing in this release corrects for it. Null when unknown, never a gue…
window_endEnd of the period the data covers, ISO-8601.
window_startStart of the period the DATA COVERS, ISO-8601 — not when it was fetched. get_events(hours=24) run at 10:00 and at

No output schema declared.

No examples provided.

case_timeline ~408

[WRITE] Correlate everything this case has collected — steps 04/05. WHEN: once evidence is in. Unlike incident_timeline, this takes no events: it reads the payloads already submitted, so the result is reproducible from the case folder alone months later, on a machine with access to nothing. RETURNS: {event_count, window, binning, classification, spikes, spikes_total, hypotheses, evidence_without_events, evidence_without_events_detail, rejected, note} and writes timeline.md. GOTCHAS: `note` distinguishes three states that all show zero events — no evidence submitted at all, evidence that carried none, and a genuinely quiet window — and names which items carried none, with what they held instead. `rejected` names any row that could not be read, with the evidence item it came from; dropping those silently would shrink the picture the conclusion rests on. Submit a read tool's raw result as `payload` for its events to reach here — a summary of the result carries no rows, and case_submit_evidence says so at the time.

NameTypeReqDescription
bin_secondsTime-bin width in seconds. Omit and it is chosen from event density (ladder 1..86400, finest width still averaging 4 events per bin); `binning` reports which was used.
case_idstringyesThe case whose submitted payloads are correlated (from case_open/case_list). Unlike incident_timeline this takes no events — everything comes from the case folder.
top_nintegerHow many ranked hypotheses come back (default 5). Spikes are capped separately at 20, true count in 'spikes_total'.
z_thresholdnumberStandard deviations above the mean bin count that mark a spike (default 2.0). Under 3 bins, or a flat series, yields none at any threshold.

No output schema declared.

No examples provided.

incident_timeline ~562

[READ] Correlate already-fetched VMware events into one incident view. WHEN: use this after you've pulled events for an incident from the data-source skills (vmware-monitor get_events/get_alarms, vmware-aria list_alerts/list_anomalies, vmware-log-insight log_search/log_aggregate, vmware-nsx) — feed them here to find what correlates and where to look next. Not sure which events to pull? Run list_symptom_categories first. This tool does NOT fetch anything itself. RETURNS: {event_count, window, binning, classification, spikes (strongest anomalous bins), spikes_total, hypotheses (ranked root-cause candidates, each with a suggested_check), next_checks (which skill/tool to run next)}. Read `binning` for the resolution you were given, and `classification` for how much of the stream matched nothing — the ranking describes only the part that did. GOTCHAS: read-only, stateless, no network — nothing is executed. Remediation routes to vmware-aiops (single fix) or vmware-pilot (multi-step). A malformed event returns {error, hint} naming the offending index.

NameTypeReqDescription
bin_secondsTime-bin width in seconds. Omit and it is chosen from event density off the ladder 1/10/60/300/900/3600/21600/86400, taking the finest width still averaging 4 events per bin.
eventsarrayyesEvent envelopes, each {ts, source, severity, entity, text, fields}. ts may be ISO-8601, epoch seconds or epoch millis and is required; severity is normalised onto critical/error/warning/ info/unknown…
top_nintegerHow many ranked hypotheses come back (default 5). Spikes are capped separately at 20, true count in 'spikes_total'.
z_thresholdnumberStandard deviations above the mean bin count that mark a spike (default 2.0). Under 3 bins, or a flat series, yields none at any threshold — empty spikes is not "calm".

No output schema declared.

No examples provided.

list_symptom_categories ~150

[READ] List the symptom categories vmware-debug recognises, each with example keywords and a suggested next check (which skill/tool to run). Takes no parameters. Use this when you don't yet know what to look at — it turns "something's wrong" into concrete investigation steps. Then gather the events those checks name and pass them to incident_timeline. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {category, example_keywords, suggested_check}. The routing table is a fixed constant, so truncated is always false and total exact — this is every category, not a page. Read-only; no network access.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the VMware Debug MCP server?

VMware Debug is an MCP server listed in the public MCP registry as io.github.vmware-skills/vmware-debug. VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 MCP tools. This page covers its PyPI package (vmware-debug).

Is the VMware Debug MCP server safe to use?

VMware Debug scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the VMware Debug MCP server expose?

VMware Debug exposes 14 tools: incident_timeline, list_symptom_categories, case_open, case_list, case_get, and 9 more. Their descriptions and schemas cost roughly 5,143 tokens of context every time the server is loaded.

Is the VMware Debug MCP server still maintained?

VMware Debug is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.