CLI Exec
Summary
This MCP server implementation provides powerful CLI command execution capabilities, enabling structured output for shell commands. Developed by Model Context Protocol, it offers tools for executing raw and chained commands in specific working directories, with features like timeout handling, ANSI code stripping, and comprehensive error management. The server is designed for use cases requiring programmatic access to shell operations, such as automated system administration, DevOps workflows, or integrating command-line tools into AI-assisted processes.
Available Actions(2)
cli-exec-raw
Execute a raw CLI command and return structured output. Takes a command string and optional timeout (default: 5 minutes). Returns detailed execution results including stdout, stderr, exit code.
cli-exec
Execute one or more CLI commands in a specific working directory. Supports single commands, && chained commands, or array of commands. Returns detailed results for each command including success/failure status, exit code, stdout and stderr, execution duration, and working directory.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요