Skip to content
VS Code

haiku.rag for VS Code

io.github.ggozad/haiku-rag

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

client:VS Code transport:stdio runtime:pypi

Install haiku.rag in VS Code

.vscode/mcp.json

{
  "servers": {
    "haiku-rag": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "haiku-rag"
      ]
    }
  }
}

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

haiku.rag in other clients