Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PATCH_SEARCH_URLYesURL of the openwifi-kernel-patches service (e.g., http://<host>:20503)
TICKET_INDEX_URLYesURL of the openwifi-ticket-index service (e.g., http://<host>:20504)
CLAUDE_OPENWIFI_ROOTYesAbsolute path to the Claude-OpenWiFi project directory

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
build_helpA

Print Claude-OpenWiFi's make help — the list of available build targets and their expected arguments. Use this before calling any other build tool if you're unsure of the syntax.

build_statusA

Show running builds and recently-finished artifacts. Includes per-build tags (used with build_tail / build_fetch / build_deploy).

build_startA

MUTATING — start a wlan-ap build.

Every build parameter is explicit; nothing is defaulted. The build runs on the build host over SSH and takes 30-90 minutes. This tool returns as soon as the build is launched — poll with build_status or build_tail(tag) to track progress.

build_tailA

Show the tail of a build log. Use the tag returned by build_start or listed in build_status.

build_fetchA

Copy build artifacts (kernel + userspace image + build metadata) back to the Mac under Claude-OpenWiFi/artifacts//. Non-mutating on the build host; only touches local disk.

build_deployA

MUTATING — sysupgrade a real access point with the image built under tag. This is destructive: it reflashes the AP's firmware and reboots it. Only call after the user has explicitly agreed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firasshaari/openwifi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server