mcpbeat Sign in

VMware Debug MCP Server

local only

VMware Debug runs on your own machine — the client starts it, so there is no endpoint to ping. 930 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 1 519 · avg 113 · -53% w/w
a month agotoday
930
Installs / week
pypi · vmware-debug
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check VMware Debug 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 vmware-debug -- uvx vmware-debug
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vmware-debug": {
      "args": [
        "vmware-debug"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vmware-debug]
command = "uvx"
args = ["vmware-debug"]
.cursor/mcp.json
{
  "mcpServers": {
    "vmware-debug": {
      "args": [
        "vmware-debug"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vmware-debug": {
      "args": [
        "vmware-debug"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to VMware Debug

same job, measured the same way
VMware Debug
by vmware-skills

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

local only
GCP Platform Engineer
by debilla

Read-only GCP tools for debugging incidents and finding cost savings

562 installs/wk local only
VMware Monitor
by zw008

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

3 221 installs/wk local only
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
C
Major Labs
by majorlabs

Open agentic-web datasets: Agent Trust Index, MCP stats, incident timeline. Read-only, CC-BY-4.0.

5 tools answering
VMware Monitor
by vmware-skills

Read-only VMware vCenter/ESXi monitoring, 32 MCP tools; vSphere calls allowlist-gated in tests.

local only
Clockify Time Tracking
by tracegazer

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

139 installs/wk local only

VMware Debug — questions

Answers built from our own checks of this server.

Why is there no uptime for VMware Debug?
VMware Debug 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 vmware-debug was installed 930 times last week.
How do I connect VMware Debug?
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 vmware-debug straight from pypi; nothing to host, nothing to sign up for.
How many people use VMware Debug?
The pypi package vmware-debug was installed 930 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VMware Debug open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.