setup_mcp_admin
Configure admin user with SSH key access on remote systems to enable automated homelab management through the Homelab MCP Server.
Instructions
SSH into a remote system and setup mcp_admin user with admin permissions and SSH key access
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address of the target system | |
| username | Yes | Admin username to connect with (must have sudo access) | |
| password | Yes | Password for the admin user | |
| force_update_key | No | Force update SSH key even if mcp_admin already has keys (default: true) | |
| port | No | SSH port (default: 22) |