Skip to main content
Glama

Related Servers

Alternatives to bash-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables execution of bash commands with support for timeouts and background jobs, allowing file operations, build commands, system inspection, and long-running tasks.
      72 npm
      8
      MIT
    • F
      license
      B
      quality
      C
      maintenance
      Enables system automation and control including command execution, process management, network tools, environment variables, disk usage, and service status.
      11
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides tools for executing shell commands both synchronously and asynchronously with real-time output streaming and process management capabilities. It enables users to start background tasks, monitor progress, and manage long-running processes via Stdio or HTTP transports.
      261 npm
      MIT

    TDQS

    A3.8/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct purpose: run executes synchronously, run_background launches asynchronously, list_background inspects, and kill_background terminates. No overlapping actions or ambiguous boundaries.

    Naming Consistency5/5

    All tools follow a clear verb-based pattern: run, run_background, kill_background, list_background. The _background suffix consistently identifies async operations while the base verbs are predictable.

    Tool Count5/5

    Four tools provide a focused, minimal interface for shell command execution. This is well-scoped for the stated purpose, covering the essential lifecycle without unnecessary bloat.

    Completeness5/5

    The tool set covers the full lifecycle of background processes: start (run_background), inspect (list_background), and terminate (kill_background), along with synchronous execution (run). No obvious dead ends or missing operations for a basic bash server.

    Maintenance

    ActivityInactive
    ResponsivenessUnresponsive