Skip to main content
Glama

MCP SSH Manager

by bvisible

ssh_execute_sudo

Execute remote commands with elevated privileges using sudo on a specified server. Input server details, command, and sudo password to manage operations securely via MCP SSH Manager.

Instructions

Execute command with sudo on remote server

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute with sudo
cwdNoWorking directory
passwordNoSudo password (will be masked in output)
serverYesServer name or alias

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "Command to execute with sudo", "type": "string" }, "cwd": { "description": "Working directory", "type": "string" }, "password": { "description": "Sudo password (will be masked in output)", "type": "string" }, "server": { "description": "Server name or alias", "type": "string" } }, "required": [ "server", "command" ], "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/bvisible/mcp-ssh-manager'

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