Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_disconnect

Terminate an active SSH connection to a remote server by specifying its connection ID, freeing up resources and closing the secure session.

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

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