ssh_discover
Discover hardware and system information by connecting to servers via SSH to gather configuration details for homelab infrastructure management.
Instructions
SSH into a system and gather hardware/system information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address | |
| username | Yes | SSH username (use 'mcp_admin' for passwordless access after setup) | |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| key_path | No | Path to SSH private key | |
| port | No | SSH port (default: 22) |