74
/ 100
1 month ago
glama

MCP Remote Code

Enables agent-style remote development over SSH with file operations and command execution, exposing native tools for searching, editing, and transferring files on remote machines.

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
6 tools describe read intent but their handlers mutate — remote_glob (line 29: conn.sshPool.exec(rgCmd, { timeout: 30_000 })); remote_grep (line 37: conn.sshPool.exec(cmd, { timeout: 30_000 })); remote_read (line 65: conn.sshPool.exec(`if [ -d ${quoteShell(remotePath)} ]; then echo "DIR"; elif [ -f ${quoteShell(remo…)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: REMOTE_PASSWORD, REMOTE_SUDO_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configREMOTE_NAMEexport ='dev'
🔐 secretREMOTE_PASSWORDSSH password.
configREMOTE_POOL_COMMAND_SIZE
configREMOTE_POOL_FILE_SIZE
configREMOTE_POOL_STAGGER_MS
configREMOTE_PULL_WARN_BYTESPull REMOTE_PULL_WARN_FILES
configREMOTE_PULL_WARN_FILESPull REMOTE_PULL_WARN_BYTES
configREMOTE_PUSH_WARN_BYTESPush REMOTE_PUSH_WARN_FILES
configREMOTE_PUSH_WARN_FILESPush REMOTE_PUSH_WARN_BYTES
configREMOTE_SSHexport ='ssh user@host'
🔐 secretREMOTE_SUDO_PASSWORDPassword used for sudo commands.
configREMOTE_WORKDIRexport ='/home/project'
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 9 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/zz6zz666-mcp-remote-code-mdgrq9)](https://m8ven.ai/mcp/zz6zz666-mcp-remote-code-mdgrq9)
commit: 23e5ff8bdd1cafb339b0a693923a970e17f0668b
code hash: 7c451a328c7cdcadf16e29fa40d4ed2d9b0bccbaa6b467ad6eb5da9b778c0736
verified: 6/13/2026, 9:31:45 AM
view raw JSON →