Skip to main content
Glama
162,886 tools. Last updated 2026-05-30 13:25

"How to execute local shell commands" matching MCP tools:

  • Run shell commands in SSH or local sessions. Returns output immediately or manages long-running processes that require input or continue asynchronously.
    MIT
  • Execute shell commands in an isolated Debian Linux sandbox to run code safely without affecting the host system. Use stdin for data input and set timeouts for long operations.
    MIT
  • Starts a persistent local shell session that remains active across tool calls, returning a session ID for continued control.
    MIT
  • Execute shell commands on remote servers via SSH with captured stdout, stderr, and exit codes for system administration and automation tasks.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Intent execution engine for autonomous agent task routing

  • Find local businesses on Google: name, address, phone, hours, ratings, and photos.

  • Execute shell commands across multiple items in batches, substituting $item in each command and streaming output to separate files for parallel batch processing.
    Apache 2.0
  • Execute shell commands on remote SSH servers to manage systems, run scripts, and perform administrative tasks through configured server connections.
    Mozilla Public 2.0
  • Execute shell commands simultaneously across multiple servers in a defined group to manage distributed systems efficiently.
    Mozilla Public 2.0
  • Run shell commands on the host system, capturing stdout, stderr, exit code, and timeout status. Commands are subject to rate limits and safety blocks for destructive patterns.
    MIT
  • Scan shell commands for injection, unsafe operations, and threats before execution. Use this tool to verify safety before running any CLI command generated by an LLM or from user input.
    Apache 2.0
  • Executes shell commands in an isolated sandbox for file management and dependency installation, returning stdout, stderr, and exit code.
    MIT
  • Execute shell commands to automate tasks, retrieve system information, or run scripts through Serena's coding toolkit. Returns command output with optional error capture.
    MIT
  • Execute shell commands in isolated Modal sandbox environments to run scripts, test programs, and debug with captured output and timing results.
    MIT
  • Execute shell commands on Android devices via ADB to automate tasks, manage files, or control system functions. Use caution as commands can perform any device operation.
    MIT
  • Execute shell commands in a sandboxed environment that blocks dangerous patterns like rm -rf, sudo, and curl. Uses Seatbelt sandbox for isolation.
    Business Source 1.1
  • Execute commands in a Kubernetes pod or container by providing an array of strings; returns command output without shell interpretation.
    MIT
  • Execute shell commands on a remote host via SSH. Supports pipes, redirects, environment variables, and returns stdout, stderr, and exit code.
    MIT