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.…
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
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…