
Terminal
Executes whitelisted shell commands in a secure environment with timeout and output limits. Prevents command injection while allowing controlled terminal access.
8300 views7Local (stdio)
What it does
- Execute whitelisted shell commands
- Capture command output and errors
- Set command timeouts and resource limits
- Stream command output in real-time
- Prevent command injection attacks
Best for
Developers needing secure command executionAI assistants requiring terminal accessAutomated workflows with safety controls
Whitelist-based command filteringBuilt-in resource limitsMCP protocol streaming support