Back to directory
duckdb-hybrid-doc-search

duckdb-hybrid-doc-search

@upamune2

A tool for hybrid indexing of Markdown documents using DuckDB for full-text and vector search, designed to be callable by AI coding agents as an MCP stdio or streamable server.

duckdbhybrid searchfull-text searchvector searchmarkdowndocumentationai agentsragcontext

Installation & Configuration

{
  "mcpServers": {
    "duckdb-doc-search": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-v",
        "${workspaceFolder}/index.duckdb:/app/index.duckdb",
        "ghcr.io/upamune/duckdb-hybrid-doc-search:latest",
        "serve",
        "--db",
        "/app/index.duckdb",
        "--rerank-model",
        "cl-nagoya/ruri-v3-reranker-310m",
        "--tool-name",
        "search_documents",
        "--tool-description",
        "Search for documentation"
      ]
    }
  }
}

Information

Transport
stdiostreamable
Language
Python
Created
2025/4/28
Updated
2025/5/25