Skip to main content
Glama

SSH MCP Server

by widjis

ssh_start_interactive_shell

Start an interactive terminal session with PTY support over SSH. Use a specific shell, set terminal dimensions, and simulate typing for remote server management.

Instructions

Start an interactive shell session with PTY support for typing simulation

Input Schema

NameRequiredDescriptionDefault
colsNoTerminal columns
connectionIdYesSSH connection ID
rowsNoTerminal rows
sessionIdYesUnique identifier for this interactive session
shellNoShell to use (e.g., /bin/bash, /bin/zsh)/bin/bash

Input Schema (JSON Schema)

{ "properties": { "cols": { "default": 80, "description": "Terminal columns", "type": "number" }, "connectionId": { "description": "SSH connection ID", "type": "string" }, "rows": { "default": 24, "description": "Terminal rows", "type": "number" }, "sessionId": { "description": "Unique identifier for this interactive session", "type": "string" }, "shell": { "default": "/bin/bash", "description": "Shell to use (e.g., /bin/bash, /bin/zsh)", "type": "string" } }, "required": [ "connectionId", "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