Command Executor MCP Server

execute_command

事前に許可されたコマンドを実行します

Input Schema

NameRequiredDescriptionDefault
commandYes実行するコマンド

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "実行するコマンド", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools