Skip to main content
Glama

MCP SSH Manager

by bvisible

ssh_execute

Execute commands on remote servers via SSH using predefined configurations. Specify server, command, and optional working directory to automate remote operations efficiently.

Instructions

Execute command on remote SSH server

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
cwdNoWorking directory (optional, uses default if configured)
serverYesServer name from configuration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "Command to execute", "type": "string" }, "cwd": { "description": "Working directory (optional, uses default if configured)", "type": "string" }, "server": { "description": "Server name from configuration", "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