bash-mcp
Related Servers
Alternatives to bash-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables execution of bash commands with support for timeouts and background jobs, allowing file operations, build commands, system inspection, and long-running tasks.72 npm8MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to run long shell commands as background tasks, with survival across restarts, live progress peeking, and command allow/deny policies.52MIT
- AlicenseNot gradedqualityCmaintenanceEnables secure execution of shell commands through a dynamic approval system that prompts for user authorization on first use, with persistent command storage and comprehensive audit logging.Apache 2.0
- FlicenseBqualityCmaintenanceEnables system automation and control including command execution, process management, network tools, environment variables, disk usage, and service status.11-
- AlicenseNot gradedqualityCmaintenanceEnables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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 npmMIT
TDQS
Scored across 4 tools
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.
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.
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.
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.