Skip to content
Zed

trelix for Zed

io.github.sairam0424/trelix

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

client:Zed transport:stdio runtime:pypi

Install trelix in Zed

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

{
  "context_servers": {
    "trelix": {
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}

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

trelix in other clients