Skip to main content
Glama
604,835 tools. Updated 2026-09-23 21:32

"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
  • Execute malware analysis commands on REMnux to extract strings, analyze files, and investigate suspicious samples using tools like pestr and strings.
    GPL 3.0
  • 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

Matching MCP Servers

  • A
    license
    Not graded
    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.
    1
    MIT

Matching MCP Connectors

  • 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
  • Run shell commands with sudo privileges through an approval gate, securely piping the password via stdin. Handles single-line commands; upload scripts for multi-line execution.
    MIT
    Destructive
  • Restart a network interface on a device. Requires explicit confirmation to execute; otherwise returns impact analysis.
    MIT
  • Execute SSH commands asynchronously without blocking, returning a command ID to monitor progress, fetch output, or interrupt long-running tasks.
    MIT
  • Execute AutoCAD commands directly by sending a command string via COM to automate tasks. Add newline for Enter; add extra blank line for option menus to avoid deadlocks.
    MIT
  • 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
  • Execute shell commands (cat, echo, ls, pwd) in the current working directory or a specified one. Commands are limited to allowed flags and no shell operators.
    Apache 2.0
  • Execute shell commands with full system access. Use for git, npm, pip, and any command-line task.
    MIT
  • Execute a shell pipeline securely by validating each stage against an allowlist, using subprocess chaining to avoid shell injection and unsafe commands.
    MIT
  • Execute a command in an existing SSH session, returning stdout, stderr, and exit code. Each command is policy-checked before execution; session state persists across commands.
    GPL 3.0
    Destructive
  • Execute a single shell command on a remote SSH host using a configured alias, with safety checks for destructive commands and configurable timeout.
    MIT
  • Execute a command on an active Metasploit session (shell or Meterpreter) by providing the session ID and command. Set an optional timeout to control wait time.
    MIT