Skip to main content
Glama
457,387 tools. Updated 2026-08-14 10:25

"Zsh" matching MCP tools:

  • Connect to a remote host via SSH and execute commands, using username and optional private key for authentication.
    TypeScript
    MIT
  • Remove a job from the registry to free its slot and release buffers. Completed jobs are removed instantly; running jobs require force to close the SSH channel.
    MIT
  • Send POSIX signals (TERM, KILL, INT, etc.) to a remote SSH job, using channel signal or PID-based kill fallback. Optionally wait for job exit and return exit status.
    MIT
  • Add an SSH host at runtime and open the connection, returning an alias to use with other tools like ssh_exec. Provide credentials via password or key file, or rely on SSH agent.
    MIT
  • Send text or control characters to stdin of a spawned SSH job, with options to append newline or close stdin. Use for password prompts, REPL commands, or signaling processes.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A Zsh execution tool for Claude Code providing yield-based command execution, PTY mode for interactive programs, circuit breaker for timeout protection, and adaptive learning (A.L.A.N.) for retry detection and proactive insights.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Developers: Search your zsh, bash, or fish shell history from Claude Code, Cline, Cursor, Zed, or any MCP client using tools like search_history (full-text with timestamp/CWD/exit code), recent_in_dir, failed_commands, and command_chains for multi-step sequences. Reindex after new activity. Local-only SQLite FTS5 with secrets redacted before storage.
    5
    20
    4
    MIT

Matching MCP Connectors

  • Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

  • Primary-source commodities data for AI agents — EIA, FRED, CFTC, USDA, USGS via x402 on Base.

  • Run shell commands on a remote host in the background, get an instant job ID, and stream output line-by-line via ssh_tail. Ideal for builds, deploys, and log tails requiring real-time monitoring.
    MIT
  • Retrieve incremental output from a running SSH job started by ssh_spawn. Uses a cursor to fetch only new lines, optionally waiting for more output. Returns status when job completes.
    MIT
  • Uploads a local file to a remote host via SFTP with atomic writes, auto-creates directories, and returns SHA256 integrity hash.
    MIT
  • Run one shell command on a pre-configured remote server via SSH, but only after explicit user approval. Use preview mode to review before executing.
    MIT
  • Retrieves the list of reachable SSH hosts and the active command-safety policy. Returns alias values required for host-targeted operations.
    MIT
  • Execute batch SSH operations on GNS3 network nodes. Configure sessions, run commands, and disconnect, with support for local execution to test connectivity before device access.
    MIT
  • Run shell commands on remote servers and capture full output. Supports timeout and background tasks that survive disconnects.
    MIT
  • List all jobs (running, finished, crashed) on SSH hosts with metadata. Filter by host to assess capacity before spawning new jobs.
    MIT
  • List SSH hosts known to the server with runtime state, including connection status and active job counts, to discover available target aliases and verify host configurations before spawning new jobs.
    MIT
  • Execute a command on multiple remote hosts in parallel and view results per host side by side. Avoids sequential calls and respects configured command whitelist/blacklist.
    MIT
  • Execute a single shell command on a remote SSH host using a configured alias, with safety checks for destructive commands and configurable timeout.
    MIT
  • Discover allowed SSH host aliases from ssh_config with safe metadata (alias, hostname, user, port, proxy_jump). Optionally reload config to refresh list.
    MIT