Skip to main content
Glama
dbshadow

OpenWrt MCP Controller

by dbshadow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENWRT_HOSTYesThe full URL of your OpenWrt device (e.g., http://192.168.1.1)
OPENWRT_PASSWORDYesThe login password for your OpenWrt device
OPENWRT_USERNAMENoThe login username. Defaults to rootroot

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
summary_log針對工具read_log取得的log,產生一個有條理的格式供AI總結。

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct function: network interfaces, system logs, reboot, LED control, and system status. No overlapping purposes.

Naming Consistency3/5

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.

Tool Count5/5

Five tools is a well-scoped set for a basic OpenWrt controller covering monitoring and simple control actions. Each tool serves a clear purpose.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues