Skip to main content
Glama
522,080 tools. Updated 2026-09-06 12:44

"Asynchronous command execution for OpenCode terminal tasks" matching MCP tools:

  • Create a Task handle for MCP Tasks with a stable client_request_id so lost creation responses are safe to retry.
    MIT
  • Submit SAS code for asynchronous batch execution, enabling retrieval of logs and output without blocking the caller.
    Apache 2.0
    Destructive
  • Retrieve command execution history from remote SSH sessions, with options to filter by pattern, limit entries, and include output snippets.
    GPL 3.0
  • Execute commands in a terminal window, read structured output, and wait for patterns or quiet periods. Use 'run' for complete command execution with result.
    MIT
  • Start an asynchronous orchestration run and return an execution ID for monitoring progress via polling or blocking completion.
    MIT
  • Generate an encrypted deployer keystore for Ethereum deployments. Returns step-by-step terminal instructions for manual execution.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    Not graded
    maintenance
    Enables AI agents to interact with the Execute.run bot API for managing Shell balances, transferring funds, and executing LLM requests. It provides tools for identity verification, transaction tracking, and performing compute tasks through the Execute.run platform.
    6
    -

Matching MCP Connectors

  • MCP server for opencode documentation, generated by doc2mcp.

  • Live geopolitical and markets intelligence wire: 35k+ wire items, event threads, 55k+ articles.

  • Retrieve the full plain-text output of a recorded terminal command along with its command line, exit code, cwd, and timing by command ID or relative position.
    MIT
  • Execute commands in a visible terminal window by sending text input to a specified session, allowing real-time command execution and interaction with the terminal environment.
    MIT
    Destructive
  • Run a command with adjusted CPU scheduling priority. Use positive niceness values to lower priority for background tasks, reducing CPU impact.
    MIT
    Destructive
  • Dispatch a task to a Clanker backend (codex, opencode, grok) and wait for terminal result. Polling avoids timeouts on long tasks.
    MIT
    Destructive
  • Cancel a running background task by providing its task ID. Pending tasks transition to cancelled; terminal tasks remain unaffected.
    MIT
    Destructive
  • Submit a command intent for an agent in a round, recorded for backend validation and subsequent execution. Inspect the command spec first to ensure a valid payload.
    MIT
  • Gracefully stop the opencode server and close all active sessions when done. Ensures clean shutdown after completing opencode tasks.
    MIT
  • Create new terminal windows or access existing ones by name for direct user interaction and command execution. Specify a working directory to control where commands run.
    MIT
  • Run a shell command in a Google Colab terminal and wait for its completion. Designed for quick commands, not long-running tasks.
    Apache 2.0
  • Run commands that persist after terminal exit by ignoring hangup signals. Use for long-running background tasks that need to survive terminal closure.
    MIT
    Destructive
  • Poll an execution until it reaches a terminal state or timeout. Returns early with waiting status if the execution pauses on a Wait node, enabling asynchronous workflow handling.
    MIT
  • Waits for a regex pattern to match terminal output, enabling scripted command sequences to pause until expected output appears. Returns match status and matched text.
    MIT