Skip to main content
Glama
306,569 tools. Last updated 2026-07-25 14:29

"How to execute commands using a command line interface" matching MCP tools:

  • Execute network topology CLI commands (add, rename, delete, show) against a .nsm master file to modify or inspect the network state.
    Apache 2.0
  • Retrieve recent local command run metadata such as run_id, command summary, exit code, and duration. Use the run_id to inspect or troubleshoot previous commands.
    MIT
  • Execute multiple browser automation commands in a single request to speed up workflows.
    MIT
  • Execute shell commands on one or multiple hosts concurrently. Supports background execution, quiet mode, and output abbreviation for efficient multi-node orchestration.
    Apache 2.0
  • Execute malware analysis commands on REMnux to extract strings, analyze files, and investigate suspicious samples using tools like pestr and strings.
    GPL 3.0

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables execution of shell commands, directory navigation, and interactive program automation through an enhanced command-line interface. Provides tools for running commands, managing working directories, and handling interactive programs using expect/send sequences.
    Last updated
    1
    MIT

Matching MCP Connectors

  • Execute a command on a remote SSH host with timeout management for long-running tasks. Poll, kill, or review history for ongoing commands.
    GPL 3.0
  • Run a query against the interface-agent to obtain filename-first candidates and follow-up commands for media automation tasks.
    MIT
  • Execute bash commands in a sandboxed environment. Use session IDs to maintain working directory, environment, and filesystem state across commands.
    Apache 2.0
  • Troubleshoot media automation by executing raw /flo:* slash commands against interface-agent.
    MIT
  • Execute shell commands on a remote SSH host and receive structured output with stdout, stderr, and exit code for stateless command runs.
    MIT
  • Execute shell commands on remote servers via SSH. Specify the server and command; optionally set timeout, working directory, or dry-run preview.
    Mozilla Public 2.0
  • 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 pre-approved SSH commands on remote Linux servers using command templates for tasks like checking disk usage, monitoring services, viewing logs, and listing processes.
    MIT
  • Execute bash commands with support for background tasks, status checks, and text/special key input. Returns command status and current working directory.
    Apache 2.0
  • Send a GDB command (CLI or MI) to an active debugging session. Handles multi-line commands and formats output for readability. Use for breakpoints, variable inspection, and thread analysis. Requires session ID from gdb_start_session.
    MIT