musu_remote_mcp_win (yellowhama/musu_remote_mcp_win) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 20 tools. No publisher has claimed this listing.

C
Emerging
74/100

musu_remote_mcp_win

Dockerless Windows remote development MCP with OAuth, checkpoints, durable jobs, and native service support

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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

yellowhama

Source: github_repo_search

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
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 exposes20 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.

exec_command

Run an unrestricted shell command on the host. The command inherits the MCP server's full OS permissions, environment, filesystem, and network access. A successful start always returns a process session ID, current process state, and retained output; poll a running process with read_process or write

run_script

Write a supplied script to a temporary executable file and run it with Bash, sh, Node.js, Python, or an arbitrary interpreter. Execution is unrestricted and has the MCP server's full host permissions. A successful start always returns a process session ID, current process state, and retained output.

write_stdin

Write text to an existing process session, optionally close stdin, then return current process state and retained output with sequence numbers greater than afterSeq.

read_process

Poll a managed process for output and terminal state. Pass the previous nextSeq as afterSeq to receive only newer output.

terminate_process

Send a signal to a managed process tree. When graceMs is greater than zero, SIGINT and SIGTERM escalate to SIGKILL if the process is still running after the grace period. The call may return while escalation is still pending.

list_processes

List running and recently completed process sessions.

list_directory

List any host directory. Recursive listing does not follow directory symlinks.

stat_path

Return metadata for any file, directory, or symbolic link.

read_file

Read a bounded chunk of any host file as UTF-8 text or base64. UTF-8 reads preserve character boundaries and may exceed maxBytes by up to three bytes only when one complete character would otherwise not fit. Continue with nextOffset until eof=true.

write_file

Create, overwrite, or append to any host file using UTF-8 or base64 content.

replace_in_file

Perform an exact text replacement in a UTF-8 file. By default exactly one occurrence must exist, preventing ambiguous edits.

apply_patch

Validate and apply a standard unified diff with git apply. Paths are unrestricted and --unsafe-paths is enabled.

upload_file

Write a base64 file chunk at an exact byte offset. Use truncate=true for the first chunk of a replacement upload, then continue with nextOffset.

download_file

Read a file chunk as base64. Continue with nextOffset until eof=true.

make_directory

Create any host directory.

copy_path

Copy a file or directory anywhere on the host.

move_path

Move or rename a file or directory anywhere on the host.

remove_path

Permanently remove any host file or directory. This operation is not restricted to a workspace and does not use trash.

chmod_path

Change Unix permission bits on any host path.

hash_file

Calculate a digest for any host file, useful for transfer verification.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configMCP_WINDOWS_EVENT_LOG_SOURCE
configSystemRoot
// 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

20/20 tools missing one or more hints — exec_command (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); run_script (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); write_stdin (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 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.

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 2 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 Score](https://m8ven.ai/badge/mcp/yellowhama/musu_remote_mcp_win)](https://m8ven.ai/mcp/yellowhama/musu_remote_mcp_win)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: b50d6477b7d0b0f1694dbafd3b5d0a62bda5949c
code hash: e63287d4e48b8c9f849d2757fb2eabfc8e6ee5a3a2b95ac82222b772a16198a0
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