Skip to content
Zed

contextweaver for Zed

io.github.wchiway/contextweaver

Semantic code retrieval engine with hybrid search, context expansion, and 40+ language support.

client:Zed transport:stdio runtime:npm

Install contextweaver in Zed

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

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

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

contextweaver in other clients