mcp-shell

mcp-shell

3.5

If you are the rightful owner of mcp-shell 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.

Shell MCP Server is a Node.js implementation of the Model Context Protocol (MCP) that provides secure shell command execution capabilities.

The Shell MCP Server is designed to facilitate secure and controlled execution of shell commands through a Model Context Protocol (MCP) compliant server. It is particularly useful for AI models that require interaction with the shell environment, offering a secure interface with built-in security measures such as command blacklisting and validation. The server integrates seamlessly with Claude Desktop, allowing users to connect AI models with their shell environments efficiently. The server ensures that only safe and validated commands are executed, providing robust error handling and a graceful shutdown process to maintain system integrity.

Features

  • MCP-compliant server implementation
  • Secure command execution with blacklist protection
  • Command existence validation
  • Standard I/O based transport
  • Error handling and graceful shutdown

Tools

  1. run_command

    Executes a shell command and returns its output.