Skip to main content
Glama

SSH MCP

ubuntu_ufw_firewall

Configure and manage Ubuntu Uncomplicated Firewall (UFW) via SSH to enable, disable, or monitor firewall rules, including port and protocol settings, for secure server access.

Instructions

Manage Ubuntu Uncomplicated Firewall (UFW)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform (enable, disable, status, allow, deny, delete, reset)
connectionIdYesID of an active SSH connection
fromNoSource IP address or network
portNoPort number or service name (e.g., 80, 443, ssh, http)
protocolNoProtocol (tcp, udp)
sudoNoWhether to run the command with sudo (default: true)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform (enable, disable, status, allow, deny, delete, reset)", "type": "string" }, "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "from": { "description": "Source IP address or network", "type": "string" }, "port": { "description": "Port number or service name (e.g., 80, 443, ssh, http)", "type": "string" }, "protocol": { "description": "Protocol (tcp, udp)", "type": "string" }, "sudo": { "description": "Whether to run the command with sudo (default: true)", "type": "boolean" } }, "required": [ "connectionId", "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/mixelpixx/SSH-MCP'

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