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