Skip to main content
Glama

Remote Command MCP Server

execute_remote_command

Execute shell commands remotely across Windows and Unix-like systems using the MCP server, specifying the command and working directory for targeted execution.

Instructions

Execute a command on the host machine

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
cwdNoWorking directory for command execution

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "cwd": { "description": "Working directory for command execution", "type": "string" } }, "required": [ "command" ], "type": "object" }
Install Server

Other Tools from Remote Command MCP 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/deepsuthar496/Remote-Command-MCP'

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