Agentic_SSH
Related Servers
Alternatives to Agentic_SSH
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI agents to establish and manage persistent SSH connections to remote hosts for executing commands. Supports SSH config files, multi-host management, and automatic reconnection with thread-safe concurrent operations.1511MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to orchestrate a heterogeneous machine fleet via SSH, with unified command execution, file transfer, and dispatch of coding agents across platforms.1Apache 2.0
- AlicenseAqualityBmaintenanceSSH orchestration MCP server for coding agents, enabling persistent bash sessions, hash-protected remote file editing, SFTP transfers, SSH tunnels, and multi-host orchestration with connection reuse across tools.143Apache 2.0
- FlicenseBqualityDmaintenancePersistent SSH sessions for AI assistants, enabling long-running remote shell connections with features like file transfer, port forwarding, and swarm mode.566 npm-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to have persistent, fully interactive SSH sessions into remote hosts, behaving like a local terminal.9 npm1MIT
- AlicenseAqualityAmaintenanceEnables AI agents to establish and manage persistent SSH sessions, supporting smart command execution, async tasks, multi-host, sudo, and file operations through SFTP.15MIT
TDQS
Scored across 9 tools
Each tool targets a clearly distinct operation: host/group discovery, system metrics, ports, process search, arbitrary command execution, log tailing, container log tailing, and pattern-based log waiting. Even the two log-tail tools are separated by source type (file vs container), and wait_for_log_pattern has a distinct blocking behavior.
All tool names follow a consistent snake_case verb-first pattern: list_, get_, run_, search_, tail_, and wait_for_. The verbs are specific and the nouns clearly indicate the target resource, making the naming both predictable and scannable.
Nine tools is a well-scoped set for an SSH operations server. It covers host discovery, monitoring, command execution, process inspection, and log observation without bloating the surface or leaving it feeling thin.
The toolset covers the core SSH workflow: enumerate hosts, inspect system state, run commands, search processes, and monitor logs. The main gap is file transfer or remote file editing, though run_command can work around many of those needs via shell commands.