Skip to main content
Glama

Super Windows CLI MCP Server

by Faucet94

ssh_disconnect

End active SSH sessions by specifying the connection ID. Cleanly closes connections on the Super Windows CLI MCP Server to free resources and maintain system efficiency.

Instructions

Disconnect from an SSH server

Example usage:

{ "connectionId": "raspberry-pi" }

Use this to cleanly close SSH connections when they're no longer needed.

Input Schema

NameRequiredDescriptionDefault
connectionIdYesID of the SSH connection to disconnect

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "ID of the SSH connection to disconnect", "enum": [], "type": "string" } }, "required": [ "connectionId" ], "type": "object" }
Install Server

Other Tools from Super Windows CLI MCP Server

Related Tools

    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/Faucet94/super-win-cli-mcp-server'

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