aos8-mcp-server

kofeisen/aos8-mcp-server
★ 0 stars Python 🔌 API Integration Updated 4d ago
A read-only MCP server for Aruba AOS 8.x: run show commands on Mobility Master (MM) and managed devices (MDs) via the showcommand HTTP API. Default transport is Streamable HTTP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aos8-mcp-server": {
      "command": "uvx",
      "args": [
        "aos8-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aos8-mcp-server