Super Windows CLI MCP Server

by delorenj
Verified

ssh_execute

Run commands on remote systems securely via SSH. Define connections in config.json, specify the host and command, and execute tasks directly from the Super Windows CLI MCP Server.

Instructions

Execute a command on a remote host via SSH

Example usage:

{ "connectionId": "raspberry-pi", "command": "uname -a" }

Configuration required in config.json:

{ "ssh": { "enabled": true, "connections": { "raspberry-pi": { "host": "raspberrypi.local", "port": 22, "username": "pi", "password": "raspberry" } } } }

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
connectionIdYesID of the SSH connection to use

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "connectionId": { "description": "ID of the SSH connection to use", "enum": [], "type": "string" } }, "required": [ "connectionId", "command" ], "type": "object" }

You must be authenticated.

Other Tools from Super Windows CLI MCP Server

Related Tools

ID: 5we0twy3bi