0
/ 100
1 month ago
glama

SSH MCP Server

Enables AI to execute commands on remote hosts via SSH, supporting password and key 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
🚨
Reads files from sensitive locations
Touches: ~/.ssh/known_hosts
🔐
You'll be asked for 1 credential: SSH_DEFAULT_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_DEFAULT_HOSTe =your-host.example.com \
configSSH_DEFAULT_USERe =ubuntu \
🔐 secretSSH_DEFAULT_PASSWORDe =your-password \
configSSH_DEFAULT_PORT2222 SSH port (default: 22)
configSSH_DEFAULT_TIMEOUT_SEC60 Default command timeout (seconds)
configSSH_CONNECT_TIMEOUT_SEC10 SSH connection timeout (seconds)
configSSH_MAX_OUTPUT_CHARS12000 Output truncation limit
configSSH_ALLOWED_HOSTSe =your-host.example.com \
configMCP_TRANSPORTSet =streamable-http to start an HTTP MCP endpoint instead of the default stdio server.
configMCP_HOST127.0.0.1 \
configMCP_PORT8000 Bind port for HTTP transports
// 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/plmi-ssh-mcp-nvosv5)](https://m8ven.ai/mcp/plmi-ssh-mcp-nvosv5)
commit: e104c1983476a6e5aa926a1047ff0ddc563528f7
code hash: f1997fa75c93f1d6525bed291bb8b904313fcc212bb54c9e8054c7efd3ecd7c7
verified: 6/22/2026, 12:56:06 PM
view raw JSON →