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.…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
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…