Shell Command Executor
Provides a shell command execution interface for secure and controlled access to local system operations, enabling automation tasks and system management.
4 stars
0 tools
Created Aug 2025
@kevinwatt/kevinwatt-shell-command-executor-shell-mcpAbout
Provides a shell command execution interface for secure and controlled access to local system operations, enabling automation tasks and system management.
Categories
general
Installation
npm
npm install @kevinwatt/kevinwatt-shell-command-executor-shell-mcp
Configuration
{
"mcpServers": {
"kevinwatt-shell-command-executor-shell-mcp": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/kevinwatt-shell-command-executor-shell-mcp"
]
}
}
}