Skip to main content
Glama
423,478 tools. Updated 2026-08-09 17:16

"NGINX" matching MCP tools:

Matching MCP Servers

  • Search Docker Hub for public images using a search term. Returns a list of matching images with name, description, star count, and official status.
    MIT
  • Analyze Nginx HTTP request logs to troubleshoot status code anomalies, traffic sources, and crawler attacks. Reads access or error logs for any site.
    MIT
  • Permanently remove a site from a server, deleting its nginx vhost, files, and system user. Irreversible action — verify site ID before proceeding.
    MIT
  • List the contents of a directory on a remote SSH host, showing file names, types, sizes, permissions, and modification times.
    MIT
  • Tail site access or error logs for nginx or Apache without SSH. Get log lines for debugging frontend or backend issues.
    MIT
  • Update nginx, Apache, and PHP config for a site. Auto-validates with nginx -t and reverts on failure when SSH is configured. Supports partial updates by fetching current values for omitted blocks.
    MIT
  • Retrieve Docker Hub image metadata including pull count, stars, description, official status, and last update. Simplifies image name handling by auto-prefixing 'library/'.
    MIT
  • Reads the contents of a file on a remote SSH host via SFTP. Supports text decoding and base64-encoded output for binary files.
    MIT