Skip to main content
Glama

Related Servers

Alternatives to openwrt-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      F
      maintenance
      Enables AI agents to manage OpenWRT routers remotely via SSH, supporting system monitoring, network management, OpenThread Border Router configuration, and package management through natural language commands.
      19
      16
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables managing services on OpenWrt, ImmortalWrt, and systemd-based routers via SSH, with read-only service listing, status, and log queries, plus write operations (start/stop/restart) requiring confirmationional confirmation and an optional shell execution capability.
      8
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to read-only monitor iStoreOS/OpenWRT routers via SSH or HTTP/ubus API, providing 31 tools for system status, network info, logs, and plugin status (OpenClash, Passwall, AdGuardHome, etc.).
      31
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      Enables AI assistants to monitor and securely manage AsusWRT and AsusWRT-Merlin routers via SSH with allowlisted commands, supporting read-only monitoring and controlled mutations.
      47
      2
      MIT

    TDQS

    B3.2/5.0

    Scored across 57 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes, but there is overlap between uci_show and uci_get, and file_read_batch may be confused with file_read. Overall, descriptions help clarify the boundaries.

    Naming Consistency3/5

    Names follow snake_case with domain prefixes (uci_, file_, opkg_, system_, etc.), but verb placement varies: some are noun_verb (file_read, system_reboot) while others are verb_noun (connect_router, list_serial_ports). This mixed pattern is still readable.

    Tool Count1/5

    With 57 tools, the set is extremely large for an MCP server. While it covers many OpenWrt domains, the sheer number exceeds what is typically manageable and increases selection complexity.

    Completeness4/5

    The tool surface is comprehensive for OpenWrt administration: UCI config, network, WiFi, firewall status, file operations, package management, serial access, and system management. Minor gaps like direct firewall modification are covered by UCI tools and run_command fallback.