Skip to main content
Glama

Terminal Controller for MCP

execute_command

Run terminal commands and retrieve output using a secure and standardized interface. Specify the command and optional timeout to execute tasks efficiently.

Instructions

Execute terminal command and return results Args: command: Command line command to execute timeout: Command timeout in seconds, default is 30 seconds Returns: Output of the command execution

Input Schema

NameRequiredDescriptionDefault
commandYes
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" } }, "required": [ "command" ], "title": "execute_commandArguments", "type": "object" }

Other Tools from Terminal Controller for 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/GongRzhe/terminal-controller-mcp'

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