Skip to main content
Glama

SSH MCP Server

by widjis

ssh_close_interactive_shell

Terminate an active SSH interactive shell session by specifying the session ID. Ensures proper resource management and connection cleanup on the SSH MCP Server.

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

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