Skip to main content
Glama

SSH MCP Server

by widjis

ssh_connect_with_credential

Establish SSH connections using stored credentials for secure remote server access. Simplify authentication by leveraging saved credential IDs and unique connection identifiers.

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

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