Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_close_interactive_shell

Terminate an active SSH interactive shell session by specifying the session ID to free up resources and maintain clean connection management.

Instructions

Close an interactive shell session

Input Schema

NameRequiredDescriptionDefault
sessionIdYesInteractive session ID to close

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "Interactive session ID to close", "type": "string" } }, "required": [ "sessionId" ], "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