Skip to main content
Glama

SSH MCP Server

by vilasone455

create_connection

Open and manage SSH sessions to remote systems via the MCP server, enabling secure command execution and session reuse across tool calls. Requires machine ID and session title.

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