A
licenseNot graded
qualityC
maintenanceEnables running shell commands on the local machine via MCP, using bash.
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one sets the working directory, the other executes commands. There is no overlap or ambiguity between them.
Both tools follow the same verb_noun pattern: set_cwd and execute_bash. The naming is predictable and consistent.
With only two tools, the set is minimal yet sufficient for its scope. Each tool serves a necessary function without unnecessary bloat.
The core functionality of a bash server is covered: setting the working directory and executing commands. Minor gaps like environment variable management exist but are not critical for basic operations.