Skip to main content
Glama
582,246 tools. Updated 2026-09-16 23:08

"Troubleshooting System Errors on a Remote Host" matching MCP tools:

  • Execute shell commands on the host machine with full system access, returning combined stdout and stderr.
    MIT
  • Execute shell commands on remote hosts over SSH, with per-host permission enforcement and SSH key authentication.
    MIT
  • Create directories on remote servers via SSH, with optional sudo privilege escalation and configurable permissions.
    GPL 3.0
  • Remove directories on remote servers via SSH. Supports recursive deletion and sudo for elevated access.
    GPL 3.0
  • Check host and network connectivity for troubleshooting. Reports resolved host/port, Python version, hostname, and network interfaces to diagnose connection issues.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI-controlled administration of remote Linux hosts and containers, including bounded shell execution, persistent PTY sessions, durable jobs/tasks, hardened filesystem access, process/service control, and resumable transfers.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Bridges Xcode and Cursor to provide real-time access to build errors, warnings, and debug output from Xcode's DerivedData, enabling automated error analysis and fixes directly within Cursor.
    -

Matching MCP Connectors

  • Retrieve recent entries from system log files on local or remote Linux servers to monitor events and diagnose issues.
    MIT
  • Forward a local port to a remote host via SSH, tunneling connections through an existing session. Specify remote port and optionally local port or host.
    MIT
  • Read the contents of a text file stored on a remote host via an active SSH session. Specify the remote path and optionally limit the amount read.
    MIT
  • Download a file from a remote SSH server to your local machine via SFTP. Specify the host alias, remote path, and local destination path.
    MIT
  • Create directories on a remote host via SFTP. Use recursive option to create parent directories as needed, like mkdir -p.
    MIT
  • Open a temporary in-memory SSH connection to a remote host using password or private key. Credentials are held only in RAM and are wiped on disconnect.
    MIT
  • Execute commands on a remote Linux host over SSH to manage files, run scripts, and control background jobs.
    MIT
    Destructive
  • Execute shell commands on remote hosts over SSH, returning output, exit code, and log file path for system management and troubleshooting.
    MIT
  • Locates the Siril binary on your system and returns its path for troubleshooting installation issues or confirming the version in use.
    MIT
  • Delete a file or directory on a PAServer remote host using the specified connection profile. Use it to clean up scratch directories or remove old deployments without touching the local cache.
    MIT
  • Monitor running processes with CPU and memory usage data on Linux systems, supporting both local execution and remote SSH connections for system diagnostics.
    MIT