Shell Command Executor
Provides a secure bridge for executing shell commands on the host system with automatic environment detection, supporting multiple shells across different operating systems.
4 stars
0 tools
Created Aug 2025
@mkusaka/mkusaka-shell-command-executor-shell-serverAbout
Provides a secure bridge for executing shell commands on the host system with automatic environment detection, supporting multiple shells across different operating systems.
Categories
general
Installation
npm
npm install @mkusaka/mkusaka-shell-command-executor-shell-server
Configuration
{
"mcpServers": {
"mkusaka-shell-command-executor-shell-server": {
"command": "npx",
"args": [
"-y",
"@mkusaka/mkusaka-shell-command-executor-shell-server"
]
}
}
}