Safely run whitelisted shell commands with timeouts, pipelines, and audit logs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-shell-server" yet — see the docs or source repo.
Use mcp-shell-server to run whitelisted commands "git status" and "docker ps" in sequence, with a 20-second total timeout. Return stdout, stderr, and a summary of the audit log.
Returns command results, any failure details, and a summary of the structured audit trail.
Use mcp-shell-server to run a whitelisted pipeline: read /var/log/app.log with cat, filter ERROR with grep, and output the latest 50 lines with tail. Stop if it exceeds 10 seconds and include the audit log.
Outputs the filtered log snippet, timeout or execution status details, and the related audit information.
Use mcp-shell-server to pass this JSON via stdin to the whitelisted command "jq .user.name" and return the parsed result, exit code, and audit log: {"user":{"name":"Alice","role":"admin"}}Returns the value parsed from stdin, the command exit status, and the audit record.
Execute shell commands securely over MCP for controlled dev and ops workflows.
Enables secure local development with files, shell, editing, and persistent sessions.
Safely manage remote servers via controlled SSH with whitelisted operations.
Securely orchestrate SSH commands, files, tunnels, and fleet operations across hosts.
Extend an MCP server with JavaScript tools and safer command execution.
Securely automate SSH tasks and manage MCP workflows with policy controls.