Connect AIRIX to Zed

Zed connects to remote MCP servers through its context_servers setting, so the Zed assistant can read your AIRIX data inline. You add the AIRIX server URL to settings.json once, sign in to AIRIX in your browser the first time you use it, and then ask about your weekly visibility score, the competitors AI assistants recommend instead of you, and your top fixes.

Before you start

The AIRIX MCP connection requires a paid AIRIX plan. You will sign in to your AIRIX account in the browser the first time you connect, so Zed can read your visibility data securely.

Add AIRIX as a context server in Zed's settings.

Your connection URL

This is the server URL the steps below ask you to paste:

https://www.airix.app/api/mcp

Setup steps

  1. 1.
    Open Zed settings (Cmd/Ctrl + ,) so you can edit settings.json.
  2. 2.
    Add AIRIX under context_servers:
    {
      "context_servers": {
        "airix": {
          "enabled": true,
          "url": "https://www.airix.app/api/mcp"
        }
      }
    }
  3. 3.
    Save, then sign in to AIRIX in your browser when prompted.

Try it out

Once Zed is connected, ask it a question to confirm the link works:

  • What is my AIRIX visibility score this week, and what changed?
  • Which competitors are AI assistants recommending instead of me?
Back to all guides