run_command
Execute shell commands securely within a controlled Node.js environment using the Model Context Protocol, enabling safe and structured command execution for AI models like Claude.
Instructions
Run a shell command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"type": "string"
}
},
"type": "object"
}