Odel
haiku.rag

haiku.rag

Local
@ggozad588PythonMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIhaiku-ragv0.82.1

Run

uvx haiku-rag

MCP client config

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