Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_send_input

Send commands or text input to an active SSH shell session, with optional human-like typing simulation for interactive applications.

Instructions

Send input to an interactive shell session with optional typing simulation

Input Schema

NameRequiredDescriptionDefault
inputYesInput to send to the shell
sessionIdYesInteractive session ID
simulateTypingNoSimulate human typing with delays

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input to send to the shell", "type": "string" }, "sessionId": { "description": "Interactive session ID", "type": "string" }, "simulateTyping": { "default": false, "description": "Simulate human typing with delays", "type": "boolean" } }, "required": [ "sessionId", "input" ], "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