Skip to main content
Glama
522,828 tools. Updated 2026-09-06 13:24

"Information about SSH (Secure Shell)" 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
  • Terminate an active remote shell session, closing the SSH connection and removing its temporary directory to free resources and reset the environment.
    MIT
    Destructive
  • 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

Matching MCP Servers

Matching MCP Connectors

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

  • Scoped, audited SSH exec, sessions, and SFTP on your saved servers without exposing credentials

  • 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
  • Execute shell commands on a remote Linux machine via SSH. Returns stdout, stderr, and exit code.
    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
  • Open a named persistent SSH shell or WinRM PowerShell runspace that remains active until closed, preserving state for ongoing administration tasks.
    MIT
  • Retrieve command output from an active SSH shell session using its session ID, with an option to clear the buffer after reading. Avoid concurrent calls to prevent corruption.
    MIT
  • Execute shell commands inside a Proxmox LXC container via SSH. Supports complex commands with pipes and redirections for flexible automation.
    MIT
  • Execute shell commands on a remote host via SSH with support for pipes, redirects, and shell metacharacters. Returns stdout, stderr, and exit code.
    MIT
  • Execute a single command on a remote Linux or Windows host via SSH or WinRM with support for ad-hoc connections, profiles, shell, cwd, environment, and timeout.
    MIT
  • Upload file content to a remote server over SFTP for secure file transfer, eliminating the need for shell-based commands.
    MIT
    Destructive
  • Open an interactive SSH shell session to a remote board. Returns the initial banner output, with optional device selection and connection timeout.
    MIT
  • Execute shell commands inside Proxmox LXC containers by specifying node, container ID, and command input. Enables remote administration and automation without manual SSH.
    MIT