Skip to main content
Glama

MCP SSH Manager

by bvisible

ssh_hooks

Manage SSH automation hooks to enable, disable, or check the status of specific operations within the MCP SSH Manager, streamlining remote server tasks.

Instructions

Manage automation hooks for SSH operations

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
hookNoHook name (for enable/disable)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "list", "enable", "disable", "status" ], "type": "string" }, "hook": { "description": "Hook name (for enable/disable)", "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