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
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform (start, stop, restart, status, reload, check-config) | |
connectionId | Yes | ID of an active SSH connection | |
sudo | No | Whether to run the command with sudo (default: true) |