openwifi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATCH_SEARCH_URL | Yes | URL of the openwifi-kernel-patches service (e.g., http://<host>:20503) | |
| TICKET_INDEX_URL | Yes | URL of the openwifi-ticket-index service (e.g., http://<host>:20504) | |
| CLAUDE_OPENWIFI_ROOT | Yes | Absolute path to the Claude-OpenWiFi project directory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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