Skip to main content
Glama

SSH MCP Server

by widjis

ssh_disconnect

Terminate an active SSH connection by specifying the connection ID. Use this function to manage and control multiple SSH sessions effectively within the SSH MCP Server environment.

Instructions

Disconnect from an SSH server

Input Schema

NameRequiredDescriptionDefault
connectionIdYesConnection ID to disconnect

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "Connection ID to disconnect", "type": "string" } }, "required": [ "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