Skip to main content
Glama

Infer MCP Server

by jackyxhb

sshExecute

Execute commands on remote servers via SSH to manage infrastructure, run administrative tasks, and perform system operations from a centralized interface.

Instructions

Execute a command on a remote server via SSH

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
hostYesSSH host
passwordYesSSH password
portNoSSH port
usernameYesSSH username

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "host": { "description": "SSH host", "type": "string" }, "password": { "description": "SSH password", "type": "string" }, "port": { "default": 22, "description": "SSH port", "type": "number" }, "username": { "description": "SSH username", "type": "string" } }, "required": [ "host", "username", "password", "command" ], "type": "object" }

Other Tools from Infer 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/jackyxhb/InferMCPServer'

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