Description

Retrieval-augmented generation system providing hybrid search combining vector and full-text search with Reciprocal Rank Fusion. Features multi-agent research workflows for planning, searching, evaluating, and synthesizing information with citations. Supports 40+ file formats including PDF, DOCX, HTML, and Markdown. Works locally with embedded LanceDB or supports cloud storage on S3, GCS, and Azure.

Installation

git clone https://github.com/ggozad/haiku.rag

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "haiku-rag": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}