Run a single remote shell command safely and get summarized results.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "exec-mcp" yet — see the docs or source repo.
Run `df -h /` on the configured host, return the tail of stdout/stderr, and summarize whether root partition free space is sufficient.
Includes execution status, a snippet of disk usage output, and a brief conclusion on remaining space health.
Execute `systemctl status nginx --no-pager` on the target host, return the output tail, and summarize whether nginx is running normally and any recent errors.
Provides a service status snippet, exit code, and a summary of nginx health and detected issues.
Run `cat /opt/app/VERSION` on the server, return the command result, and summarize whether the deployed version matches the expected version.
Returns the version output, execution summary, and a clear match or mismatch assessment.
Execute shell commands securely over MCP for controlled dev and ops workflows.
Securely diagnose remote servers over SSH with guarded read and write access.
Securely orchestrate SSH commands, files, tunnels, and fleet operations across hosts.
Execute shell commands on remote hosts via SSH for ops and automation.
Safely run whitelisted shell commands with timeouts, pipelines, and audit logs.
Execute SSH commands on remote servers and resume large file transfers.