OpenWrt MCP Controller
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENWRT_HOST | Yes | The full URL of your OpenWrt device (e.g., http://192.168.1.1) | |
| OPENWRT_PASSWORD | Yes | The login password for your OpenWrt device | |
| OPENWRT_USERNAME | No | The login username. Defaults to root | root |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rebootA | Reboot OpenWRT. 會自動先登入取得Token再執行重開機。 |
| system_statusA | 取得OpenWRT的系統狀態。 會自動先登入取得Token再執行。 |
| network_statusA | 取得OpenWRT所有網路介面的狀態。 會自動先登入取得Token再執行。 |
| read_logA | 讀取OpenWRT的系統日誌 (logread)。 會自動先登入取得Token再執行。 |
| set_led_stateA | 控制 Green LED 燈亮起或熄滅。 state: 'on' 或 'off' |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summary_log | 針對工具read_log取得的log,產生一個有條理的格式供AI總結。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct function: network interfaces, system logs, reboot, LED control, and system status. No overlapping purposes.
Names use snake_case but mix patterns: two are noun_noun (network_status, system_status), one verb_noun (read_log), one single verb (reboot), and one verb_noun_noun (set_led_state). Inconsistent verb/noun ordering.
Five tools is a well-scoped set for a basic OpenWrt controller covering monitoring and simple control actions. Each tool serves a clear purpose.
The set covers essential monitoring and reboot, but lacks common management operations like package updates, firewall configuration, or network settings modifications. LED control is niche.