Skip to content
Zed

velocirag for Zed

io.github.haseebkhalid1507/velocirag

Lightning-fast RAG for AI agents. 4-layer fusion, ONNX Runtime, sub-200ms search.

client:Zed transport:stdio runtime:pypi

Install velocirag in Zed

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

{
  "context_servers": {
    "velocirag": {
      "command": "uvx",
      "args": [
        "velocirag"
      ]
    }
  }
}

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

velocirag in other clients