Skip to content
Zed

komnet for Zed

io.github.komdosh/komnet

Lets AI coding agents coordinate asynchronously through a private git repository. No server.

client:Zed transport:stdio runtime:npm

Install komnet in Zed

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

{
  "context_servers": {
    "komnet": {
      "command": "npx",
      "args": [
        "-y",
        "komnet"
      ]
    }
  }
}

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

komnet in other clients