Skip to main content
Glama

SSH MCP Server

by widjis

ssh_save_credential

Save and store SSH credentials for easy reuse, including host, port, username, password, and private key details, streamlining remote server connections and operations.

Instructions

Save SSH credentials for reuse

Input Schema

NameRequiredDescriptionDefault
credentialIdYesUnique identifier for this credential
hostYesSSH server hostname or IP address
passphraseNoPassphrase for private key
passwordNoSSH password (if not using key)
portNoSSH port number
privateKeyPathNoPath to private key file
usernameYesSSH username

Input Schema (JSON Schema)

{ "properties": { "credentialId": { "description": "Unique identifier for this credential", "type": "string" }, "host": { "description": "SSH server hostname or IP address", "type": "string" }, "passphrase": { "description": "Passphrase for private key", "type": "string" }, "password": { "description": "SSH password (if not using key)", "type": "string" }, "port": { "default": 22, "description": "SSH port number", "type": "number" }, "privateKeyPath": { "description": "Path to private key file", "type": "string" }, "username": { "description": "SSH username", "type": "string" } }, "required": [ "credentialId", "host", "username" ], "type": "object" }

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/widjis/mcp-ssh'

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