Skip to main content
Glama
jahrulnr

mcp-ssh-agentic

by jahrulnr

Related Servers

Alternatives to mcp-ssh-agentic

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      SSH-based MCP server that enables remote execution of SSH commands, file transfers, and secure server management via the MCP protocol.
      ISC
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for managing SSH connections to remote servers, providing host registry, session pool, and secure command execution with read-only protection.
      MIT
    • F
      license
      A
      quality
      F
      maintenance
      A server based on the MCP framework that provides remote server management capabilities through SSH, supporting features like connection pooling, file transfers, and remote command execution.
      7
      -
    • A
      license
      B
      quality
      D
      maintenance
      A server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.
      1
      6 npm
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server for SSH session management with browser-based terminal monitoring, supporting persistent connections, command execution, SFTP file operations, and multi-session management.
      MIT

    TDQS

    A3.6/5.0

    Scored across 19 tools

    Disambiguation4/5

    The tools are largely distinct with clear separation between file operations (read/write/delete), directory ops (list/mkdir), execution (exec vs interactive_exec), and transfer (scp_to/scp_from). The only potential overlap is between ssh_ping (connectivity test) and ssh_exec (running commands), but descriptions clarify each purpose. Overall the boundaries are well-drawn.

    Naming Consistency4/5

    All tools follow an `ssh_` prefix with clear verb patterns (read_file, write_file, list_dir, mkdir, delete, exec, scp_to, scp_from). The naming is mostly consistent (verb_noun), though a few like exec_result and exec_kill are verb_verb which deviates slightly from the noun pattern.

    Tool Count4/5

    19 tools is on the higher end but appropriate for a full-featured SSH toolkit covering file operations, execution, interactive sessions, background jobs, and transfer. Each tool serves a distinct purpose; the count is justified by the breadth of the domain, though it's slightly above the comfortable 3-15 sweet spot.

    Completeness5/5

    The surface is remarkably complete for SSH operations: file read/write/list/delete/mkdir, grep, patch application, image reading, synchronous and background exec, interactive PTY sessions, scp in both directions, and connection management (ping/close/interactive_list). The lifecycle is well-covered with paired create/close, start/result/kill, and session management operations.

    Maintenance

    ActivityStale
    ResponsivenessNo issues