Mmcp.market

VMware Debug MCP server

by zw008·io.github.zw008/vmware-debug·v1.8.7

Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools.

A94/100grade A
What users say
No reviews yet
Be the first
Safety scan
A94/100

full report

Adoption
New

1 stars

Reviews

Write one

Nobody has reviewed VMware Debug yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

VMware Debug tools (2)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • incident_timeline

    [READ] Correlate already-fetched VMware events into one incident view.

  • list_symptom_categories

    [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, retur

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • Code scan11 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 7 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 94/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the VMware Debug repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-name: io.github.vmware-skills/vmware-debug -->

VMware Debug

Disclaimer: Community-maintained open-source project, **not affiliated with,

endorsed by, or sponsored by VMware, Inc. or Broadcom Inc.** "VMware" and

"vSphere" are trademarks of Broadcom. Source is publicly auditable under the MIT

license.

The diagnostic brain of the VMware skill family. You bring the symptom (an error, a log dump, a slow VM); this skill runs a systematic investigation, correlates events from the other skills into one timeline, ranks root-cause hypotheses, and tells you what to check next. It never touches vSphere — it connects to nothing and never executes fixes; its only writes are to a local case ledger under $OPS_HOME. Remediation is routed to vmware-aiops (single op) or vmware-pilot (multi-step, gated), mirroring the vmware-harden → vmware-pilot advisor/executor split.

See skills/vmware-debug/SKILL.md for the full methodology, the event-envelope contract, and symptom routing.

MCP tools (14 — 7 read, 7 write)

The seven writes go to the local case ledger only; none reaches a VMware system.

Correlation — stateless, for a single look:

Investigation ledger — for an incident you will reason about over time:

Offline / Air-Gapped Install (from source)

This project uses the modern PEP 517 build system (hatchling), so there is no setup.py by design — that is expected, not a missing file. If you cloned the source and hit ERROR: File "setup.py" or "setup.cfg" not found ... editable mode currently requires a setuptools-based build, your pip is older than 21.3 and cannot do an editable (-e) install with a non-setuptools backend. Editable mode is a developer convenience, not needed to run the tool — do one of:

# From the source tree — a normal (non-editable) install builds a wheel:
pip install .              # NOT  pip install -e .

# ...or upgrade pip first, and editable works too:
pip install --upgrade pip && pip install -e .

For a truly air-gapped host, build the wheels on a connected machine and copy them over — the target then needs no network:

# On a connected machine, collect this package + its dependencies as wheels:
pip wheel . -w dist        # → dist/*.whl   (or: uv build, for just this package)

# Copy dist/ to the air-gapped host, then install offline:
pip install --no-index --find-links dist vmware-debug

License

MIT.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add vmware-debug -- uvx vmware-debug
Add to Cursor

VMware Debug: common questions

Is VMware Debug MCP server safe?
Yes, by our scan: it is graded A (94/100). Read the VMware Debug safety report
How do I install VMware Debug?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does VMware Debug need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is VMware Debug maintained?
The last commit was 7 days ago (2026-09-19). The latest release is v1.8.7.
What can I use instead of VMware Debug?
Servers from other publishers that do the same job: Measure MCP server and Vestige MCP server.

Alternatives to VMware Debug

Same job from other publishers: the closest match first, then the best rated.

  • Measure
    Get to the root cause of mobile app crashes, errors & slow traces with Measure MCP
    A
  • Vestige
    Local-first memory for AI agents that reaches backward to find a failure's root cause.
    B

More from zw008 →