VMware Workstation MCP (vnoiram/vmware-workstation-mcp) is an MCP server listed on the M8ven Trust Index. It scores 62 out of 100, grade C. It declares 14 tools. No publisher has claimed this listing.
A stdio MCP server that controls VMware Workstation via vmrun, enabling VM lifecycle management and snapshot operations.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
vnoiram
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
server_infoShow vmrun detection and VM search settings.
find_vmsFind VMware .vmx files under configured or provided roots.
list_running_vmsList currently running VMware VMs.
start_vmStart a VMware VM.
stop_vmStop a VMware VM.
suspend_vmSuspend a VMware VM.
reset_vmReset a VMware VM.
pause_vmPause a running VMware VM.
unpause_vmUnpause a VMware VM.
list_snapshotsList snapshots for a VMware VM.
create_snapshotCreate a snapshot for a VMware VM.
revert_to_snapshotRevert a VMware VM to a snapshot.
delete_snapshotDelete a VMware VM snapshot.
vmrunRun explicit vmrun arguments. Advanced escape hatch for commands not covered by dedicated tools.
VMRUN_PATHvmrun.exe が標準の VMware Workstation インストール先にあれば自動検出します。見つからない場合は を指定してください。VMRUN_TIMEOUT_MSVMWARE_VMX_ROOTS検索場所を固定したい場合は にパス区切りで指定できます。WSL_DISTRO_NAMEWSL_INTEROPAll four hints declared on every tool
14/14 tools missing one or more hints — server_info (missing: destructiveHint, idempotentHint); find_vms (missing: destructiveHint, idempotentHint); list_running_vms (missing: destructiveHint, idempotentHint), +11 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool annotations match behaviour
2 read-only tools perform write/delete/exec — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))
Either remove the readOnlyHint:true annotation, or remove the write/delete call from the tool handler.
Descriptions match behaviour
2 tools describe read intent but their handlers mutate — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool inputs are validated
7/14 tool handlers declare input schemas (50%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
2 child_process calls — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Tool description accuracy
list_running_vms: description implies read-only but handler writes/deletes/executes; list_snapshots: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/vnoiram/vmware-workstation-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check