win-cli-mcp-tmyy (xctmyy/win-cli-mcp-tmyy) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 24 tools. No publisher has claimed this listing.

C
Caution
74/100

win-cli-mcp-tmyy

Enables AI clients to execute Windows commands, manage files, query system information, and perform code checks via MCP protocol.

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

Code Verified⚡ Live Monitored: not connected

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

xctmyy

Source: Glama

Is this your MCP?

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.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes24 tools

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.

cmd_exec

Execute a command using Windows CMD (Command Prompt). Supports all drives and Windows commands.

powershell_exec

Execute a command using Windows PowerShell. Supports all PowerShell cmdlets and scripts.

list_drives

List all available drives on the system with their information.

read_file

Read the contents of a file with specified encoding. Supports reading specific line ranges via startLine/endLine (1-based). If not provided, reads the entire file.

edit_file

编辑文件内容,按行范围替换(startLine-endLine,1-based)。行号是必填的,必须指定要替换的行范围。Content is auto-normalized: CRLF/CR converted to LF, leading/trailing newlines stripped. Use content_base64 to avoid JSON escaping issues. Set preserve_indent=true to auto-convert new content indentation to match the original file's style (

write_file

Write content to a file directly (no line range). Supports both plain text (content) and base64-encoded content (content_base64) to avoid JSON escaping issues. Content is auto-normalized: CRLF/CR converted to LF, leading/trailing newlines stripped, and common indentation removed (dedent) for 'conten

list_directory

List contents of a directory with detailed information.

get_env

Get environment variables. Returns all if no name specified.

get_system_info

Get basic Windows system information (OS version, CPU, memory, hostname).

find_files

Search for files matching a pattern in a directory.

get_file_info

Get detailed metadata for a file or directory (size, timestamps, type, permissions).

bom_manage

Detect, add, or remove BOM (Byte Order Mark) in a file. Supports UTF-8/UTF-16/UTF-32 BOM detection and UTF-8 BOM add/remove.

base64_manage

Base64 encode/decode utility. Supports: encode text to base64, decode base64 to text, encode file to base64 string, or decode base64 string to file. Useful for preparing content for edit_file's content_base64 parameter.

deep_thinking

Structured sequential thinking tool for complex problem-solving. Break down problems into manageable steps, revise thoughts as understanding deepens, and explore alternative reasoning paths through branching. Modeled after the Sequential Thinking pattern.

mcp_proxy

MCP穿透工具 - 调用其他MCP服务器的工具。通过本MCP代理转发请求到目标MCP服务器并返回结果。支持任意MCP stdio服务器。

get_project_doc

获取项目说明书(project.md),返回本 MCP 服务器的完整文档,包括所有工具说明、参数、使用示例等。

check_npm

Check for errors in an npm project by running 'npm install' or 'npm run build'.

check_python

Check for syntax errors in a Python file using py_compile.

check_go

Check for errors in a Go project using 'go build'.

check_rust

Check for errors in a Rust project using 'cargo check'.

check_java

Check for compilation errors in a Java file or project using 'javac'. For single files, pass filePath; for projects, pass directory containing source files.

create_directory

Create a new directory (folder). Supports recursive creation of nested directories. Works on all drives.

delete_path

Delete a file or directory. For directories, supports recursive deletion. Use with caution as this operation is irreversible.

move_path

Move or rename a file or directory. Can move across drives. If destination exists as a directory, the source will be moved into it.

// known CVEs in dependencies1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

24/24 tools missing one or more hints — cmd_exec (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); powershell_exec (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_drives (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +21 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (index.js:1357)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.0.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/xctmyy/win-cli-mcp-tmyy?variant=verified)](https://m8ven.ai/mcp/xctmyy/win-cli-mcp-tmyy)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 8fc1ef3c24993a1c49dcdf59e928fa6b2b81f8d9
code hash: 3cdfd2ff432973c0d669b64f706975c04bc7acfa51d572ede7f152d234443cf3
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client