MCP server for SSH remote command execution
A Model Context Protocol (MCP) server that enables SSH remote command execution by delegating entirely to the system binary. This means , , , jump hosts, and every other OS-level SSH feature work out of the box — no Node.js crypto, no native addons. Instead of implementing the SSH protocol in Node.js, this server spawns as a child process and pipes the output back to the MCP client.…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Model Context Protocol (MCP) server that enables SSH remote command execution by delegating entirely to the system binary. This means , , , jump hosts, and every other OS-level SSH feature work out of the box — no Node.js crypto, no native addons. Instead of implementing the SSH protocol in Node.js, this server spawns as a child process and pipes the output back to the MCP client. Authentication, key discovery, and connection routing are handled by your OS, exactly as if you ran yourself in a…