Skip to main content
Glama

SSH-PowerShell MCP Server

by GUEPARD98

ssh_execute

Execute commands on remote servers via SSH using key authentication for secure system administration tasks.

Instructions

Ejecutar comandos en máquinas remotas vía SSH usando clave SSH

Input Schema

NameRequiredDescriptionDefault
commandYesComando a ejecutar en el servidor remoto
hostYesDirección IP o hostname del servidor remoto
keyPathNoRuta a la clave SSH privada (opcional)
userYesNombre de usuario para SSH

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Comando a ejecutar en el servidor remoto", "type": "string" }, "host": { "description": "Dirección IP o hostname del servidor remoto", "type": "string" }, "keyPath": { "description": "Ruta a la clave SSH privada (opcional)", "type": "string" }, "user": { "description": "Nombre de usuario para SSH", "type": "string" } }, "required": [ "host", "user", "command" ], "type": "object" }

Other Tools from SSH-PowerShell 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/GUEPARD98/MCP-POWERSHELL'

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