Skip to content
Zed

hlix for Zed

io.github.hlix-ai/hlix

Work with Hlix projects, tasks, cycles, comments, and verified reviews in one workspace.

client:Zed transport:stdio runtime:npm

Install hlix in Zed

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

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

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

hlix in other clients