ssh_read_image
Read a remote image over SSH and return it as an MCP image. Specify an SSH target and remote path to retrieve common raster formats for further processing.
Instructions
Read a remote image and return it as an MCP image. Supports common raster formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path on the remote host. | |
| target | Yes | SSH target in the form user@host[:port]. Uses the local SSH config and keys. |