Skip to content
Zed

nex for Zed

io.github.nex-crm/nex

Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.

client:Zed transport:stdio runtime:npm

Install nex 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": {
    "nex": {
      "command": "npx",
      "args": [
        "-y",
        "@nex-ai/nex"
      ],
      "env": {
        "NEX_API_KEY": "<NEX_API_KEY>"
      }
    }
  }
}

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

nex in other clients