Skip to main content
Glama

MCP SSH Manager

by bvisible

ssh_command_alias

Simplify SSH command management by creating, removing, listing, and suggesting aliases for frequently used commands. Streamline remote server tasks with the MCP SSH Manager tool.

Instructions

Manage command aliases for frequently used commands

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
aliasNoAlias name (for add/remove)
commandNoCommand to alias (for add) or search term (for suggest)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "add", "remove", "list", "suggest" ], "type": "string" }, "alias": { "description": "Alias name (for add/remove)", "type": "string" }, "command": { "description": "Command to alias (for add) or search term (for suggest)", "type": "string" } }, "required": [ "action" ], "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