Skip to content

Aruba Central MCP for Zed

io.github.shigechika/aruba-central-mcp

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

client:Zed transport:stdio runtime:pypi

Install Aruba Central MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aruba-central-mcp": {
      "command": "uvx",
      "args": [
        "aruba-central-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Aruba Central MCP in other clients