Skip to main content
Glama

SSH MCP Server

by vilasone455

create_connection

Open and track SSH sessions to remote machines using machine_id, enabling reuse for subsequent operations. Integrates with SSH MCP Server for secure command execution.

Instructions

Open an SSH session to the given machine and track it in global state so subsequent tool calls can reuse it.

Input Schema

NameRequiredDescriptionDefault
machine_idYesID from get_available_connections
titleYesPurpose of this session (displayed in UIs)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "machine_id": { "description": "ID from get_available_connections", "type": "string" }, "title": { "description": "Purpose of this session (displayed in UIs)", "type": "string" } }, "required": [ "machine_id", "title" ], "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/vilasone455/ssh-mcp-server'

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