Skip to main content
Glama
314,554 tools. Last updated 2026-07-28 13:23

"Caddy" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    MCP server for safely inspecting and operating a local Caddy admin API. Provides read-only tools and dry-run mutations for config management.
    Last updated
    MIT
  • Retrieve a Caddy configuration node by its path (e.g., '/apps/http/servers'). Enables direct inspection of specific server settings, routes, TLS configurations, and other admin API data.
    MIT
  • Reload Caddy configuration by providing a raw JSON string or a path to a JSON config file.
    MIT
  • Change the clearnet hostname of a running deployment without touching its container or data. The agent updates Caddy and reloads with zero downtime, and Let's Encrypt issues a fresh certificate on first hit.
    MIT
  • List all configured Caddy routes including hosts, handlers, upstreams, and listen addresses to inspect virtual host configuration.
    MIT
  • Register a new app in AppCrane from a GitHub repository. Allocates ports, creates data directories, configures Caddy routing, and starts health checks. Use after user confirms onboarding.
    MIT
  • Check TLS certificate expiry across domains from explicit lists or config files. Sorts by soonest expiry and flags certificates expiring within a set number of days.
    MIT
  • Identifies the most actively used apps by distinct users in a customizable lookback window, helping admins assess app engagement and decide which apps to deprecate.
    MIT
  • Fetch a deployed app's health endpoint server-side, bypassing the auth proxy. Validate deployment version or check app responsiveness.
    MIT
  • Remove a route from a Caddy HTTP server by specifying its index. Changes apply immediately. Use list_routes to find the index.
    MIT
  • View all reverse proxy upstreams, including their health status and request counts, to monitor load balancing.
    MIT
  • Retrieve Caddy TLS certificate automation policies including subjects, ACME issuers, and certificate authorities.
    MIT