register_server
Register a server with SSH credentials to enable persistent access for homelab management tasks, eliminating the need to repeatedly provide credentials.
Instructions
Register a server with SSH credentials for persistent access without repeatedly providing credentials
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address of the server | |
| username | No | SSH username (default: mcp_admin) | mcp_admin |
| key_path | No | Path to SSH private key (optional, uses default MCP key if not provided) | |
| port | No | SSH port (default: 22) | |
| display_name | No | Friendly name for the server (optional) | |
| verify_connection | No | Whether to verify SSH connection before saving (default: true) |