69
/ 100
1 month ago
glama

SSH MCP Server

Enables secure SSH connections to multiple remote servers with support for command execution, file transfers (SFTP), directory listing, and both password and key-based authentication.

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
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.
🔐
You'll be asked for 1 credential: SSH_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.
configSSH_MCP_LOG_FILElogs/debug.log # 设置后才会写入文件
configSAVE_EXEC_LOGtrue # 是否保存命令执行日志
configEXEC_LOG_FILElogs/exec_log.json # 相对路径(基于 CWD)
configSSH_HOSTyour-server-ip-or-hostname
configSSH_USERNAMEyour-username
🔐 secretSSH_PASSWORDyour-password
configSSH_KEY_PATH/path/to/your/private/key
configSSH_PORT22 # 可选,默认为22
configSSH_DEFAULT_CONNECTION
// 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 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 Score](https://m8ven.ai/badge/mcp/liang04-ssh-mcp-i3bss3)](https://m8ven.ai/mcp/liang04-ssh-mcp-i3bss3)
commit: f6d4d1d5b3a7f653f625f24d6671aa2ad8f85ef1
code hash: e9662bceaac9011ade826248cdec8b0fcda02f1df441fa4f816cf319c34a1456
verified: 6/18/2026, 11:53:07 AM
view raw JSON →