Skip to main content
Glama
615,530 tools. Updated 2026-09-27 07:28

"Caddy" matching MCP tools:

  • Convert Caddyfile, nginx, or yaml configs to Caddy JSON for preview or migration. Returns adapted JSON and warnings without loading the config into Caddy.
    MIT
  • Delete Caddy config nodes at a specified JSON path, including parent nodes and descendants. Requires confirmation; a root delete unloads the entire config and resets the admin endpoint.
    MIT
    Destructive
  • Reload Caddy to apply configuration changes after a Caddyfile update, requiring explicit confirmation to ensure safe deployment.
    MIT
  • Validate Caddyfile syntax directly from text input without loading into Caddy. Runs caddy validate to catch configuration errors before deployment.
    MIT

Matching MCP Servers

  • A
    license
    A
    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.
    7
    MIT
  • Stop the Caddy process via the admin API. Dry-run mode previews the action before applying.
    MIT
  • Add a route to your Caddy server with full control over match conditions and handlers. Configure reverse proxies, file servers, redirects, headers, and more in one call.
    MIT
  • Gracefully shut down the running Caddy server through its admin API. Pass confirm=true to prevent accidental shutdowns.
    MIT
    Destructive
  • Retrieve a list of all Caddy HTTP server blocks, including names, listen addresses, and route counts.
    MIT
  • Retrieve the full Caddy configuration as JSON for inspection of routes, upstreams, and certificates.
    MIT
  • Reload Caddy configuration by providing a raw JSON string or a path to a JSON config file.
    MIT
  • Check systemd status for PostgreSQL, Valkey, or Caddy on your host. Read-only, with service names limited to these three.
    MIT
  • Generate best-practice HTTP security headers with configurable presets (recommended, strict, report-only) and output for nginx, Apache, Caddy, Cloudflare, and more. No scan needed; perfect for new or unscanned sites.
    MIT
  • Move an item to the trash for reversible soft deletion, preserving its key so citations continue to resolve until permanently deleted.
    MIT
    Destructive
  • Update a Zotero item when a preprint becomes formally published, adding journal details like DOI and changing item type while preserving existing citations and keys.
    MIT
  • Set a Caddy config subtree (e.g., upstreams) with immediate effect, built-in undo/rollback, and dry-run preview. Refuses admin API edits to keep the connection alive.
    MIT