create_connection
Open and manage SSH sessions to remote systems via the MCP server, enabling secure command execution and session reuse across tool calls. Requires machine ID and session title.
Instructions
Open an SSH session to the given machine and track it in global state so subsequent tool calls can reuse it.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
machine_id | Yes | ID from get_available_connections | |
title | Yes | Purpose of this session (displayed in UIs) |