Skip to main content
Glama
524,573 tools. Updated 2026-09-06 16:29

"Secure Shell (SSH) Overview or Usage" matching MCP tools:

  • Apply SSH hardening, fail2ban, UFW firewall, and custom domain management. Run security audits with scoring to identify vulnerabilities.
    Apache 2.0
  • Execute shell commands over SSH inside a running VM and capture combined stdout and stderr output.
    MIT
  • Opens a persistent interactive shell on an existing SSH session, preserving working directory and environment variables across commands. Ideal for long-running tasks like builds or using tmux.
    MIT
  • Terminate an active remote shell session, closing the SSH connection and removing its temporary directory to free resources and reset the environment.
    MIT
    Destructive
  • Open a stateful shell session via local, SSH, or Docker. Configure command restrictions, workspace checkpoints, and output budgets for safe execution.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • MCP server for secureFlows (secure-flows.com). Alias of io.github.michal-lefler/secureflows-mcp.

  • Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.

  • Runs a read-only SSH health check, returning parsed JSON with CPU, memory, disk usage, uptime, and a list of critical issues.
    MIT
  • Establish an SSH connection to a remote host, creating a persistent shell session that retains state across subsequent command executions.
    MIT
  • Close an active SSH session, releasing shell, SFTP, and port forward resources. Warning: kills all running processes in the session.
    MIT
  • Execute shell commands on remote hosts over SSH, returning output, exit code, and log file path for system management and troubleshooting.
    MIT
  • Run multi-line shell scripts on remote SSH servers for automation, configuration changes, or complex checks. Send script via stdin, choose shell, timeout, and host.
    MIT
  • Monitor running processes with CPU and memory usage on Linux systems, either locally or remotely via SSH connection for system diagnostics.
    MIT
  • Execute shell commands on a remote Linux machine via SSH. Returns stdout, stderr, and exit code.
    MIT
  • Write or append content to remote files over SSH using SFTP or sudo-backed shell commands, with support for encoding, permissions, and directory creation.
    MIT
  • Send a command to an active SSH shell session to execute operations on a remote embedded board. Use after opening the session, and clear the buffer to capture only the latest output without interference.
    MIT
  • Send input to an active SSH session to clear stuck states, quit pagers, or send control sequences like Ctrl+C.
    MIT