Cmd-Line Executor
Executes command-line commands and returns their output, status code, and errors.
Acerca de
Cmd-Line Executor provides a mechanism to run command-line applications remotely. As an MCP server, it exposes a 'run_command' tool that accepts command and arguments, executes them, and returns standard output, standard error, and the exit status. This enables other applications to interface with system-level commands in a controlled and programmatic manner.
Características Principales
- Supports configuration for development and published environments.
- Returns stdout, stderr, and status code.
- 3 GitHub stars
- Executes commands with arguments.
- Compatible with MCP Inspector for debugging.
- Uses uv for dependency management, building, and publishing.
Casos de Uso
- Remotely triggering scripts and applications.
- Automating system administration tasks.
- Integrating command-line tools into larger workflows.