Skip to content
Zed

Nyx5 for Zed

io.github.nicoiakl/nyx5

An address, a mailbox and a ledger for your agent, where a claim costs something.

client:Zed transport:stdio runtime:npm

Install Nyx5 in Zed

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

{
  "context_servers": {
    "nyx5": {
      "command": "npx",
      "args": [
        "-y",
        "@nyx5/nyx5"
      ]
    }
  }
}

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

Nyx5 in other clients