CommandExecution

CommandExecution

3.1

If you are the rightful owner of CommandExecution and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Command Execution MCP Server allows Claude to execute shell commands on your local system securely.

The Command Execution MCP (Model Context Protocol) Server is a secure and controlled tool that enables Claude to execute shell commands directly on your local system. It provides a safe and flexible way to interact with your computer's command line through Claude's interface. The server is designed with multiple layers of security, including dangerous command blocking and execution constraints, to ensure safe operation. It supports cross-platform compatibility, extensive error handling, and features like working directory support, timeout, and buffer limits to prevent resource-intensive commands.

Features

  • Secure Command Execution: Runs shell commands with built-in safety checks.
  • Working Directory Support: Execute commands in specific directories.
  • Cross-Platform Compatibility: Works on macOS and other Unix-like systems.
  • Extensive Error Handling: Provides detailed feedback on command execution.
  • Timeout and Buffer Limits: Prevents runaway or resource-intensive commands.

Tools

  1. execute-command

    Execute shell commands with optional working directory specification.

  2. simple-hello

    A basic demonstration tool that returns a greeting.