Skip to main content
Glama
614,320 tools. Updated 2026-09-26 20:09

"OpenWrt" matching MCP tools:

Matching MCP Servers

  • Establish a serial connection to an OpenWrt router via UART/COM to access boot logs, perform recovery, and conduct low-level debugging.
    -
  • Write content to files on OpenWrt routers, creating them if they don't exist. Optionally append to existing files to update configurations.
    -
  • Reboot the OpenWrt router to apply changes or resolve issues. Optionally set a delay before the restart, which disconnects the SSH session.
    -
  • Retrieve comprehensive system information from an OpenWrt router, covering hardware, software, and status details for monitoring and diagnostics.
    -
  • Check a service's running state, PID, start time, and auto-start status on OpenWrt or systemd routers via SSH. Provide the service name to get instant status details or an error with sample services if not found.
    MIT
  • Retrieve recent service logs from OpenWrt or systemd routers by specifying the service name and optional line count, returning the tail output.
    MIT
  • Start a specified service on routers running OpenWrt, ImmortalWrt, or systemd. Requires confirmation by entering the service name to prevent accidental changes.
    MIT