Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node.js environment | production |
| LOG_LEVEL | No | Logging level | info |
| SSH_KEY_PATH | No | Path to your SSH private key | |
| COMMAND_TIMEOUT | No | Command timeout in milliseconds | 30000 |
| SSH_DEFAULT_HOST | No | Your default server IP address | |
| SSH_DEFAULT_PORT | No | SSH port number | 22 |
| SSH_DEFAULT_USER | No | Your default SSH username | |
| SSH_STRICT_HOST_KEY_CHECKING | No | SSH strict host key checking setting | no |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_execute | Ejecutar comandos en máquinas remotas vía SSH usando clave SSH |
| powershell_execute | Ejecutar comandos PowerShell localmente |
| ssh_scan | Escanear red para encontrar hosts SSH disponibles |
| ssh_keyscan | Obtener fingerprint de claves SSH de un host |