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.…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
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…