Skip to main content
Glama

SSH MCP

ssh_connect

Establish secure remote server connections via SSH using hostname, credentials, and optional private key. Simplify server access and management with key-based or password authentication.

Instructions

Connect to a remote server via SSH

Input Schema

NameRequiredDescriptionDefault
connectionIdNoUnique identifier for this connection
hostYesHostname or IP address of the remote server
passphraseNoPassphrase for private key (if needed)
passwordNoSSH password (if not using key-based authentication)
portNoSSH port (default: 22)
privateKeyPathNoPath to private key file (if using key-based authentication)
usernameYesSSH username

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "Unique identifier for this connection", "type": "string" }, "host": { "description": "Hostname or IP address of the remote server", "type": "string" }, "passphrase": { "description": "Passphrase for private key (if needed)", "type": "string" }, "password": { "description": "SSH password (if not using key-based authentication)", "type": "string" }, "port": { "description": "SSH port (default: 22)", "type": "number" }, "privateKeyPath": { "description": "Path to private key file (if using key-based authentication)", "type": "string" }, "username": { "description": "SSH username", "type": "string" } }, "required": [ "host", "username" ], "type": "object" }
Install Server

Other Tools from SSH MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/SSH-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server