Skip to main content
Glama

MCP Terminal Server

by dillip285
MIT License
11
3
  • Apple
  • Linux

execute_command

Run terminal commands directly within a secure server environment. Specify the command, arguments, and working directory to execute system processes safely.

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" }

You must be authenticated.

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