Skip to main content
Glama

MCP Terminal Server

by dillip285
MIT License
75
10
  • Apple
  • Linux

execute_command

Run system commands locally on the MCP Terminal Server, specifying the command, arguments, and working directory for secure and controlled execution in the operating system environment.

Instructions

Execute a command in the local system

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments
commandYesCommand to execute
cwdNoWorking directory for command execution

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Command to execute", "type": "string" }, "cwd": { "description": "Working directory for command execution", "type": "string" } }, "required": [ "command" ], "type": "object" }

Other Tools from MCP Terminal Server

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/dillip285/mcp-terminal'

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