Skip to content
Cursor

haiku.rag for Cursor

io.github.ggozad/haiku-rag

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

client:Cursor transport:stdio runtime:pypi

Install haiku.rag in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

haiku.rag in other clients