Skip to main content
Glama

SSH MCP Server

by widjis

ssh_send_input

Send commands or input to an active SSH shell session, optionally simulating human typing for interactive tasks using the SSH MCP Server.

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

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