Skip to main content
Glama

Terminal Control MCP

by taskhub-sh
Apache 2.0
1
  • Linux

terminal_launch

Initiate a new terminal session with customizable command, width, and height settings through a virtual X11 display, enabling AI agents to interact with terminal-based applications efficiently.

Instructions

Launch a new terminal session with virtual X11 display

Args: command: Command to run in terminal (default: bash) width: Terminal width in characters (default: 80) height: Terminal height in characters (default: 24)

Returns: Dictionary with session_id and status

Input Schema

NameRequiredDescriptionDefault
commandNobash
heightNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "command": { "default": "bash", "title": "Command", "type": "string" }, "height": { "default": 24, "title": "Height", "type": "integer" }, "width": { "default": 80, "title": "Width", "type": "integer" } }, "type": "object" }

Other Tools from Terminal Control MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taskhub-sh/terminal-driver-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server