Skip to main content
Glama
520,146 tools. Updated 2026-09-06 09:34

"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 any AutoCAD command string directly via COM to automate drawing operations and control the CAD application in real time.
    MIT
  • 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
  • Execute any catalogued Dorico command using its exact command ID, with optional parameters to confirm destructive actions.
    AGPL 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

  • Carbon Interface MCP — Carbon Interface API (v1)

  • Manage a Command+K workspace: widgets, conversations, MCP connections, and usage analytics.

  • 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
  • Restart a network interface on a device. Requires explicit confirmation to execute; otherwise returns impact analysis.
    MIT
  • Execute bash commands, manage background processes, and check status to handle builds, linting, and other CLI operations.
    Apache 2.0
    Destructive
  • 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
  • Run a shell command for each item in a list, processing in parallel batches of 10 and streaming stdout/stderr to files. Ideal for batch operations across files or URLs.
    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
  • 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