Skip to content
VS Code

velocirag for VS Code

io.github.haseebkhalid1507/velocirag

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

client:VS Code transport:stdio runtime:pypi

Install velocirag in VS Code

.vscode/mcp.json

{
  "servers": {
    "velocirag": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "velocirag"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

velocirag in other clients