Execute shell commands on remote Linux and Windows systems via SSH.
Best for Managing remote server logs and system diagnostics via natural language.
SSH MCP Server is a local Model Context Protocol (MCP) server that exposes SSH control for Linux and Windows systems, enabling LLMs and other MCP clients to execute shell commands securely via SSH.
Quick Start Features Installation Client Setup Testing Disclaimer Support.
What it does
- Execute shell commands on remote Linux and Windows systems
- Secure authentication via password or SSH key
- Configurable timeout protection with automatic process abortion
- Sudo elevation support for administrative tasks
- Built with TypeScript and the official MCP SDK
View SSH MCP Server details vs
Give Every Agent an Ephemeral Linux Sandbox β via MCP
Best for Running untrusted code or shell commands safely without exposing host system secrets.
Kilntainers is an MCP server that gives LLM agents isolated Linux sandboxes for executing shell commands.
π§° Multiple backends: Containers (Docker, Podman), cloud-hosted micro-VMs (Modal, E2B), and WebAssembly sandboxes (WASM BusyBox, or any WASM module). ποΈ Isolated per agent: Every agent gets its own dedicated sandbox β no shared state, no cross-contamination. π§Ή Ephemeral:β¦
What it does
- Isolated Linux sandboxes per agent session
- Support for multiple backends including Docker, Podman, and WASM
- Ephemeral lifecycle with automatic cleanup after session termination
- Secure design preventing agent secret exposure to the sandbox
- Scalable architecture for parallel agent execution
View Kilntainers details Biggest differences
CompareSSH MCP ServerKilntainers
Best forManaging remote server logs and system diagnostics via natural language.Running untrusted code or shell commands safely without exposing host system secrets.
StandoutExecute shell commands on remote Linux and Windows systems.Isolated Linux sandboxes per agent session.
SetupNPM, http transport.uv, stdio transport.
Transporthttpstdio
Community346 GitHub stars36 GitHub stars
Bottom line
Pick SSH MCP Server if...Managing remote server logs and system diagnostics via natural language. Execute shell commands on remote Linux and Windows systems. NPM, http transport.
Pick Kilntainers if...Running untrusted code or shell commands safely without exposing host system secrets. Isolated Linux sandboxes per agent session. uv, stdio transport.
The real split here is workflow fit, not raw counts. SSH MCP Server: Managing remote server logs and system diagnostics via natural language. Kilntainers: Running untrusted code or shell commands safely without exposing host system secrets. SSH MCP Server also has the larger public footprint (346 vs 36 stars).