Skip to content
Zed

Exa Search for Zed

io.github.exa-labs/exa-mcp-server

Neural web search built for agents: web search with live crawling, code-context search, company research and page crawling. Needs an Exa API key.

client:Zed transport:stdio runtime:npm tools:4

Install Exa Search in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "exa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "env": {
        "EXA_API_KEY": "<EXA_API_KEY>"
      }
    }
  }
}

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

What Zed can do once it is connected

Exa Search in other clients