Skip to content
Zed

air for Zed

io.github.10iii/air

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

client:Zed transport:stdio runtime:npm

Install air in Zed

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

{
  "context_servers": {
    "air": {
      "command": "npx",
      "args": [
        "-y",
        "@10iii/air-mcp-server"
      ]
    }
  }
}

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

air in other clients