Skip to content
Zed

aa for Zed

io.github.thehesiod/aa

MCP server for read-only American Airlines AAdvantage account access

client:Zed transport:stdio runtime:pypi

Install aa in Zed

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

{
  "context_servers": {
    "aa": {
      "command": "uvx",
      "args": [
        "aa-mcp-server"
      ]
    }
  }
}

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

aa in other clients