Skip to main content
Glama

SSH MCP

ubuntu_nginx_control

Manage Nginx server on Ubuntu via SSH MCP: start, stop, restart, check status, reload, or verify configuration with optional sudo access.

Instructions

Control Nginx web server on Ubuntu

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform (start, stop, restart, status, reload, check-config)
connectionIdYesID of an active SSH connection
sudoNoWhether to run the command with sudo (default: true)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform (start, stop, restart, status, reload, check-config)", "type": "string" }, "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "sudo": { "description": "Whether to run the command with sudo (default: true)", "type": "boolean" } }, "required": [ "connectionId", "action" ], "type": "object" }
Install Server

Other Tools from SSH MCP

Related Tools

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