Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_connect_with_credential

Establish SSH connections using pre-saved credentials to securely access remote servers for file transfers, shell sessions, and Docker management without manual authentication.

Instructions

Connect to SSH server using saved credentials

Input Schema

NameRequiredDescriptionDefault
connectionIdYesUnique identifier for this connection
credentialIdYesStored credential ID to use

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "Unique identifier for this connection", "type": "string" }, "credentialId": { "description": "Stored credential ID to use", "type": "string" } }, "required": [ "credentialId", "connectionId" ], "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/mahathirmuh/mcp-ssh-server'

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