MCP Terminal Server

by RinardNick

run_command

Execute terminal commands securely with defined resource limits, allowed command lists, and output size controls using the MCP Terminal Server.

Instructions

Run a terminal command with security controls.

Input Schema

NameRequiredDescriptionDefault
allowedCommandsNoOptional list of allowed command executables
commandYesThe command to execute
maxOutputSizeNoMaximum output size in bytes (default: 1MB)
timeoutMsNoMaximum execution time in milliseconds (default: 30 seconds)

Input Schema (JSON Schema)

{ "properties": { "allowedCommands": { "description": "Optional list of allowed command executables", "items": { "type": "string" }, "type": "array" }, "command": { "description": "The command to execute", "type": "string" }, "maxOutputSize": { "description": "Maximum output size in bytes (default: 1MB)", "type": "number" }, "timeoutMs": { "description": "Maximum execution time in milliseconds (default: 30 seconds)", "type": "number" } }, "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/RinardNick/mcp-terminal'

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